seahorse r2309 - trunk



Author: nnielsen
Date: Sun Jul 27 16:27:09 2008
New Revision: 2309
URL: http://svn.gnome.org/viewvc/seahorse?rev=2309&view=rev

Log:
2008-07-27  Stef Walter  <stef memberwebs com>

	* configure.in: Removing strange -O0 flag from eons 
	ago. Fixes bug #544305



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jul 27 16:27:09 2008
@@ -186,7 +186,7 @@
 		AC_MSG_ERROR(GPGME $min_gpgme_version or later needed)
 	fi
 
-	SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GPGME_CFLAGS -O0"
+	SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GPGME_CFLAGS"
 	SEAHORSE_LIBS="$SEAHORSE_LIBS $GPGME_LIBS"
         AC_DEFINE(WITH_PGP, 1, [With PGP Support])
 fi



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