kov changed libgksu/trunk/ChangeLog, libgksu/trunk/configure.ac
Gustavo Noronha
kov at alioth.debian.org
Tue May 27 23:46:08 UTC 2008
Mensagem de log:
remove \n from the test code used to test for the presence of the
-version-script linker option; that was causing the test to fail
-----
Modified: libgksu/trunk/ChangeLog
===================================================================
--- libgksu/trunk/ChangeLog 2008-05-16 14:30:05 UTC (rev 818)
+++ libgksu/trunk/ChangeLog 2008-05-27 23:46:08 UTC (rev 819)
@@ -1,3 +1,9 @@
+2008-05-27 Gustavo Noronha Silva <kov at debian.org>
+
+ * configure.ac: - remove \n from the test code used to test for
+ the presence of the -version-script linker option; that was
+ causing the test to fail
+
2008-05-16 Gustavo Noronha Silva <Gustavo Noronha Silva <kov at alfaiati.net>>
* Release 2.0.6
Modified: libgksu/trunk/configure.ac
===================================================================
--- libgksu/trunk/configure.ac 2008-05-16 14:30:05 UTC (rev 818)
+++ libgksu/trunk/configure.ac 2008-05-27 23:46:08 UTC (rev 819)
@@ -32,7 +32,7 @@
##################################################
# Check for linker --version-script flag
##################################################
-lt_simple_link_test_code='int main(){return(0);}\n'
+lt_simple_link_test_code='int main(){return(0);}'
AC_LIBTOOL_LINKER_OPTION([whether the linker accepts the --version-script flag],
use_version_script, [-Wl,--version-script=libgksu/libgksu.ver])
AM_CONDITIONAL(USE_VERSION_SCRIPT, test x$use_version_script = xyes)
More information about the gksu-commits
mailing list