diff options
author | eb | 2008-06-18 04:58:54 +0000 |
---|---|---|
committer | eb | 2008-06-18 04:58:54 +0000 |
commit | a22202008689a4a893c29af118febf5c57cb8103 (patch) | |
tree | 131a1abaa2598c4ff486e2e548661998f25d53c9 /configure.ac | |
parent | 6051d8037f394e859a5980ef7ac37fa9db0cddac (diff) | |
download | gnuradio-a22202008689a4a893c29af118febf5c57cb8103.tar.gz gnuradio-a22202008689a4a893c29af118febf5c57cb8103.tar.bz2 gnuradio-a22202008689a4a893c29af118febf5c57cb8103.zip |
libtool 2.2 compatibility fix from Don Ward. Details in ticket:249.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8613 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 74dde0dd1..e3cd1870f 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ AC_LIBTOOL_WIN32_DLL dnl AC_DISABLE_SHARED dnl don't build shared libraries AC_ENABLE_SHARED dnl do build shared libraries AC_DISABLE_STATIC dnl don't build static libraries -AC_PROG_LIBTOOL +m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL]) GR_FORTRAN GR_NO_UNDEFINED dnl do we need the -no-undefined linker flag |