temporary workaround for the lack of a proper AM_CONDITIONAL for X11...
... in the trunk
This commit is contained in:
parent
dde27faf2f
commit
75a07afe97
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes])
|
|||
AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno])
|
||||
AM_CONDITIONAL([GCC], [test x$GXX = xyes])
|
||||
AM_CONDITIONAL([WZIP], [test x$wzip = xyes])
|
||||
AM_CONDITIONAL([X11], [false])
|
||||
|
||||
#######################################################################
|
||||
# Check for PNG support in SDL_image #
|
||||
|
|
Loading…
Add table
Reference in a new issue