diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 17:52:56 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 17:52:56 +0000 |
commit | 47f244e22c48b6dfb89346706c004bdda089d994 (patch) | |
tree | 1792ca6194a96956b1a13a7c863cf4c90bd6a8e5 | |
parent | 3b40219431d3442123e04f9eded596be44ada830 (diff) |
Reverted -AM_PROG_LIBTOOL +LT_INIT spiriously commited previously
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a8445e4..6ded290 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PREREQ(2.50) AC_PROG_CC AC_PROG_CXX AC_STDC_HEADERS -AM_PROG_LIBTOOL +LT_INIT AC_PROG_LN_S # Export LD_LIBRARY_PATH name or equivalent. |