aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-04-12 12:01:47 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-04-12 12:01:47 +0000
commit9ede211655cfec7fc3a7245b8e93409634580787 (patch)
treedc62fc89810549fac998351f39a277924daee19b /src/configure.in
parent9334a4c6d22b4c02c3c14832e85b916503b80c66 (diff)
use !ZEXY_LIBRARY instead of SINGLE_EXTERNALS to differentiate between library-built and single-external built
svn path=/trunk/externals/zexy/; revision=2733
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 1216d3f..8e7b428 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -54,7 +54,7 @@ AC_CHECK_FUNCS(select socket strerror)
LD=ld
-DFLAGS=""
+DFLAGS="-DZEXY_LIBRARY"
dnl
dnl OK, checks for machines are here now