[gnome-control-center] build: Fix cups cflags sed script
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] build: Fix cups cflags sed script
- Date: Tue, 15 Mar 2011 14:26:15 +0000 (UTC)
commit cfab2b73703c7801e86bd720422099a9a7cea9ed
Author: Bastien Nocera <hadess hadess net>
Date: Tue Mar 15 14:25:41 2011 +0000
build: Fix cups cflags sed script
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 866b7b4..a23dbe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,7 @@ if test x"$enable_cups" != x"no" ; then
AC_MSG_ERROR([CUPS 1.4 or newer not found, but CUPS support requested])
fi
- CUPS_CFLAGS=`$CUPS_CONFIG --cflags | $SED -e '/-O\w*//g' -e 's/-m\w*//g'`
+ CUPS_CFLAGS=`$CUPS_CONFIG --cflags | $SED -e 's/-O\w*//g' -e 's/-m\w*//g'`
CUPS_LIBS=`$CUPS_CONFIG --libs`
AC_SUBST(CUPS_CFLAGS)
AC_SUBST(CUPS_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]