summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordscho <dscho>2007-03-30 23:31:33 +0000
committerdscho <dscho>2007-03-30 23:31:33 +0000
commitca805667e6b4ed9f7d6ea26da05cb69b184f3e0c (patch)
tree9bd496e72b94da225a90f788218ee685473f775d /configure.ac
parent3f0f799d2050ec046c28a54b027b377cf573ef9e (diff)
downloadlibtdevnc-ca805667e6b4ed9f7d6ea26da05cb69b184f3e0c.tar.gz
libtdevnc-ca805667e6b4ed9f7d6ea26da05cb69b184f3e0c.zip
Build shared libraries per default
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d35af3..e6219ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ else
CCLD="$CC"
fi
AC_PROG_MAKE_SET
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
AC_PATH_PROG([AR], [ar], [/usr/bin/ar],
[$PATH:/usr/ccs/bin])