[Pkg-lyx-devel] svn commit: r211 - /lyx/trunk/debian/rules

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Wed Oct 25 20:03:48 CEST 2006


Author: pelle
Date: Wed Oct 25 18:03:48 2006
New Revision: 211

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=211
Log:
fix noopt conditional

Modified:
    lyx/trunk/debian/rules

Modified: lyx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/rules?rev=211&op=diff
==============================================================================
--- lyx/trunk/debian/rules (original)
+++ lyx/trunk/debian/rules Wed Oct 25 18:03:48 2006
@@ -38,7 +38,7 @@
 
 CFLAGS += -g
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O2
 else
 	CFLAGS += -O0




More information about the Pkg-lyx-devel mailing list