aboutsummaryrefslogtreecommitdiff
path: root/src/Make.config
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-29 17:29:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-29 17:29:04 +0000
commit4f7c64e3e2bbafd378277f1648de28573c263878 (patch)
treec3a4ee8ff19a6c3f83a2761c77b62f3956198100 /src/Make.config
parent77c4cc40647f91852ccf2225d178ad77286ac376 (diff)
moved configuration from compiler-arguments into zexyconf.h
only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080
Diffstat (limited to 'src/Make.config')
-rw-r--r--src/Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.config b/src/Make.config
index 05f8cb3..6927985 100644
--- a/src/Make.config
+++ b/src/Make.config
@@ -6,7 +6,7 @@ INSTALL_BIN=$(PREFIX)/extra
INSTALL_DOC=$(PREFIX)/extra/help-$(LIBNAME)
EXT = pd_linux
-DEFS = -DZEXY_LIBRARY -DZ_WANT_LPT -DHAVE_PPDEV
+DEFS = -DZEXY_LIBRARY
IFLAGS = -I.
CC = gcc