[gthumb/ext] added -disabled-static flag to the extensions, enable silent mode
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] added -disabled-static flag to the extensions, enable silent mode
- Date: Wed, 9 Sep 2009 13:32:01 +0000 (UTC)
commit 63264a72fa6c56b30f66fc40517c91df9f959df8
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Sep 9 15:27:12 2009 +0200
added -disabled-static flag to the extensions, enable silent mode
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 39d65dc..3e9481c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([1.9 foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_ISC_POSIX
AC_PROG_CC
@@ -178,7 +179,7 @@ AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes")
if test "$platform_win32" = "yes" ; then
EXTENSION_LIBTOOL_FLAGS='-module -avoid-version -no-undefined -Wl,$(top_builddir)/src/.libs/gthumb.exe.a'
else
- EXTENSION_LIBTOOL_FLAGS='-module -avoid-version'
+ EXTENSION_LIBTOOL_FLAGS='-module -avoid-version -disable-static'
fi
AC_SUBST(EXTENSION_LIBTOOL_FLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]