diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-20 05:35:31 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-20 05:35:31 +0000 |
commit | cd8907963a3c626137711f88b3c34d1b198c0411 (patch) | |
tree | e5a40220c69b73e572c8fdb0f172940083df379d /configure.in | |
parent | 22174d100dbf907e34919377aa33599efd015968 (diff) | |
download | emacs-cd8907963a3c626137711f88b3c34d1b198c0411.tar.gz |
Fixed --with-gtk
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e73ce2e3717..b3c517fc8be 100644 --- a/configure.in +++ b/configure.in @@ -1849,7 +1849,7 @@ AC_DEFUN(PKG_CHECK_MODULES, [ HAVE_GTK=no if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then - if test "$USE_X_TOOLKIT" != "none"; then + if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); fi GLIB_REQUIRED=2.0.1 |