typo in WIHOUT_X11
This commit is contained in:
parent
4f7fed589f
commit
f8a1c2cc55
2
src/configure
vendored
2
src/configure
vendored
@ -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="#"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user