Make autotools set the right define

This commit is contained in:
Alexander van Gessel 2010-01-26 04:47:19 +01:00
parent e8cdbf26c4
commit 51d12123c5

View file

@ -180,7 +180,7 @@ AC_ARG_ENABLE([experimental],
if test "x$experimental" = "xyes"
then
CPPFLAGS="$CPPFLAGS -DUSE_TINY_GUI"
CPPFLAGS="$CPPFLAGS -DEXPERIMENTAL"
fi
AM_CONDITIONAL([EXPERIMENTAL], [test "x$experimental" = "xyes"])