Make autotools set the right define
This commit is contained in:
parent
e8cdbf26c4
commit
51d12123c5
1 changed files with 1 additions and 1 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Reference in a new issue