diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-21 22:20:06 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-21 22:20:06 +0100 |
commit | 3d029e3f3603cea1b4b98e676718ccda02a281bc (patch) | |
tree | f08fc0c627447c1b69017f377e25f92a3ca5c071 | |
parent | d2db7e0f6f3b90fd40f99a5c2875ed9bf6b6fb38 (diff) | |
parent | 6f77ed4e952aef96846321a015d95857c38a7f39 (diff) | |
download | xine-lib-3d029e3f3603cea1b4b98e676718ccda02a281bc.tar.gz xine-lib-3d029e3f3603cea1b4b98e676718ccda02a281bc.tar.bz2 |
Merge.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f878492fe..dd2e6f93c 100644 --- a/configure.ac +++ b/configure.ac @@ -154,10 +154,11 @@ dnl --------------------------------------------- dnl Libtool dnl --------------------------------------------- -AC_PROG_LIBTOOL AC_LIBTOOL_DLOPEN AC_DISABLE_STATIC AC_LIBTOOL_WIN32_DLL +AC_PROG_LIBTOOL +AC_PROG_LIBTOOL_SANITYCHECK AC_SUBST(LIBTOOL_DEPS) if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then STATIC="-static" |