diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:19:21 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:19:21 +0000 |
commit | 203a613816f6a64aeb50bb9b5a2492353f0aac45 (patch) | |
tree | 863aa1b9353e72cf8ff75ee7128d428329e07909 | |
parent | 297adb0fa02b66de0dfe500db98ed0fe75368c83 (diff) |
re-add check for AC_PROG_LIBTOOL
LT_INIT doesn't add it automatically...
svn path=/trunk/externals/zexy/; revision=15478
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 47e3b58..323bf50 100644 --- a/configure.ac +++ b/configure.ac @@ -20,8 +20,8 @@ KERN=$(uname -s) dnl Checks for programs. AC_PROG_CC AC_PROG_LN_S - AC_LIBTOOL_WIN32_DLL +AC_PROG_LIBTOOL AC_ARG_WITH(pd, [ --with-pd=</path/to/pd> where to look for pd-headers and and -libs]) AC_ARG_WITH(extension,[ --with-extension=<ext> enforce a certain extension for the dynamic library (e.g. dll)]) |