diff options
author | reinelt <> | 2003-08-17 08:25:30 +0000 |
---|---|---|
committer | reinelt <> | 2003-08-17 08:25:30 +0000 |
commit | b9f0cbbd27ef10ee727a30e8ee9dc61ef2ede842 (patch) | |
tree | 117191c2fed65d774408588f1f72eed0c0452e6d /configure.in | |
parent | b8ce24183e70feb522c99a3d535bba84ccabc5ff (diff) | |
download | lcd4linux-b9f0cbbd27ef10ee727a30e8ee9dc61ef2ede842.tar.gz |
[lcd4linux @ 2003-08-17 08:25:30 by reinelt]
preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7b0bd5e..899a8e7 100644 --- a/configure.in +++ b/configure.in @@ -9,6 +9,7 @@ AM_CONFIG_HEADER(config.h) # Checks for programs. AC_PROG_CC +AC_PROG_RANLIB # Checks for libraries. AC_CHECK_LIB(m, log) |