aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <>2004-03-19 06:37:47 +0000
committerreinelt <>2004-03-19 06:37:47 +0000
commita1026e97ada03ecf492eee358acdec0d6d4f12a6 (patch)
tree7d31600cb647c8357e1becf33b21082301274777 /configure.in
parent32df414db4fa904031c3b0e31062f1639228d147 (diff)
downloadlcd4linux-a1026e97ada03ecf492eee358acdec0d6d4f12a6.tar.gz
[lcd4linux @ 2004-03-19 06:37:47 by reinelt]
asynchronous thread handling started
Diffstat (limited to '')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 40534ef..2839627 100644
--- a/configure.in
+++ b/configure.in
@@ -16,8 +16,8 @@ AC_PROG_LN_S
AC_PROG_MAKE_SET
# Using `AC_PROG_RANLIB' is rendered
# obsolete by `AC_PROG_LIBTOOL' :-(
-#AC_PROG_RANLIB
-AC_PROG_LIBTOOL
+AC_PROG_RANLIB
+#AC_PROG_LIBTOOL
# dmalloc
AM_WITH_DMALLOC