typo in WIHOUT_X11

This commit is contained in:
dockes 2009-12-20 14:31:13 +00:00
parent 4f7fed589f
commit f8a1c2cc55
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -4815,7 +4815,7 @@ fi
if test "$withQT" != "yes" ; then if test "$withQT" != "yes" ; then
cat >>confdefs.h <<\_ACEOF cat >>confdefs.h <<\_ACEOF
#define WIHOUT_X11 1 #define WITHOUT_X11 1
_ACEOF _ACEOF
NOQTMAKE="#" NOQTMAKE="#"

View File

@ -283,7 +283,7 @@ AC_ARG_WITH(gui,
withQT=$withval, withQT="yes") withQT=$withval, withQT="yes")
if test "$withQT" != "yes" ; then if test "$withQT" != "yes" ; then
AC_DEFINE(WIHOUT_X11) AC_DEFINE(WITHOUT_X11)
NOQTMAKE="#" NOQTMAKE="#"
NOCMDLINE="" NOCMDLINE=""
else else