Mercurial > emacs
comparison configure @ 68501:d10c5b8ae128
* configure.in: Require GTK 2.4 or newer.
* configure: Regenerate
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 31 Jan 2006 15:34:16 +0000 |
parents | 98caae7488ee |
children | ff3786e89e65 49f9dd4bb117 7432ca837c8d |
comparison
equal
deleted
inserted
replaced
68500:4e4d545ce006 | 68501:d10c5b8ae128 |
---|---|
10198 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then | 10198 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then |
10199 { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5 | 10199 { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5 |
10200 echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} | 10200 echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} |
10201 { (exit 1); exit 1; }; }; | 10201 { (exit 1); exit 1; }; }; |
10202 fi | 10202 fi |
10203 GLIB_REQUIRED=2.0.1 | 10203 GLIB_REQUIRED=2.4 |
10204 GTK_REQUIRED=2.0.1 | 10204 GTK_REQUIRED=2.4 |
10205 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" | 10205 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" |
10206 | 10206 |
10207 if test "X${with_pkg_config_prog}" != X; then | 10207 if test "X${with_pkg_config_prog}" != X; then |
10208 PKG_CONFIG="${with_pkg_config_prog}" | 10208 PKG_CONFIG="${with_pkg_config_prog}" |
10209 fi | 10209 fi |