gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11816: only build static libraires


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11816: only build static libraires on windoze.
Date: Wed, 27 Jan 2010 19:33:27 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11816
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-27 19:33:27 -0700
message:
  only build static libraires on windoze.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-01-27 20:51:45 +0000
+++ b/configure.ac      2010-01-28 02:33:27 +0000
@@ -914,7 +914,11 @@
        AC_LIBLTDL_CONVENIENCE
        AC_LIBTOOL_DLOPEN
        AC_LIBTOOL_WIN32_DLL
+if test x$windows = xyes; then
+       AC_DISABLE_SHARED
+else
        AC_DISABLE_STATIC
+fi
 else
 dnl if test x$build_aqua = xyes; then
        dnl the Aqua-binary is always static.
@@ -924,7 +928,6 @@
 dnl    AC_DISABLE_STATIC
 dnl fi 
        LT_INIT([dlopen win32-dll disable-static])
-       dnl lt_ltdl_dir=libbase/libltdl
        LTDL_INIT([convenience recursive])
        AC_CONFIG_FILES([libltdl/Makefile])
 fi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]