[1048] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r1032 - branches/barnowl_unicode/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:12:29 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri,  2 May 2008 16:17:10 -0400 (EDT)

Author: nelhage
Date: 2008-05-02 16:17:10 -0400 (Fri, 02 May 2008)
New Revision: 1032

Modified:
   branches/barnowl_unicode/owl/configure.ac
Log:
Put glib's CFLAGS and LDFLAGS at the beginning of the corresponding
variables.


Modified: branches/barnowl_unicode/owl/configure.ac
===================================================================
--- branches/barnowl_unicode/owl/configure.ac	2008-04-30 17:29:45 UTC (rev 1031)
+++ branches/barnowl_unicode/owl/configure.ac	2008-05-02 20:17:10 UTC (rev 1032)
@@ -112,9 +112,9 @@
 PKG_CHECK_MODULES(GLIB,glib-2.0)
 
 echo Adding glib-2.0 CFLAGS ${GLIB_CFLAGS}
-CFLAGS=${CFLAGS}\ ${GLIB_CFLAGS}
+CFLAGS="${GLIB_CFLAGS} ${CFLAGS}"
 echo Adding glib-2.0 LDFLAGS ${GLIB_LIBS}
-LDFLAGS=${LDFLAGS}\ ${GLIB_LIBS}
+LDFLAGS="${GLIB_LIBS} ${LDFLAGS}"
 
 
 dnl Checks for typedefs, structures, and compiler characteristics.


home help back first fref pref prev next nref lref last post