aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure8
1 files changed, 5 insertions, 3 deletions
diff --git a/autogen/configure b/autogen/configure
index abefae0d55f..e4edf2851ae 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -11395,9 +11395,11 @@ $as_echo "yes; using Lucid toolkit" >&6; }
11395 elif test x"${USE_X_TOOLKIT}" = xLUCID; then 11395 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
11396 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 11396 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
11397 else 11397 else
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5 11398 as_fn_error "No X toolkit could be found.
11399$as_echo "no; do not use toolkit by default" >&6; } 11399If you are sure you want Emacs compiled without an X toolkit, pass
11400 USE_X_TOOLKIT=none 11400 --with-x-toolkit=no
11401to configure. Otherwise, install the development libraries for the toolkit
11402that you want to use (e.g. Gtk+) and re-run configure." "$LINENO" 5
11401 fi 11403 fi
11402 fi 11404 fi
11403fi 11405fi