diff options
| author | Jan Djärv | 2007-09-02 17:30:31 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-09-02 17:30:31 +0000 |
| commit | 787eb67d5c967f8086a6a300dd9e253ca964402a (patch) | |
| tree | 22b1077ae442af3b138fad0b2b1a734643772273 | |
| parent | f893281966b564ac2b866513709b0d3fdd65ccfa (diff) | |
| download | emacs-787eb67d5c967f8086a6a300dd9e253ca964402a.tar.gz emacs-787eb67d5c967f8086a6a300dd9e253ca964402a.zip | |
Regenerated.
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -11282,8 +11282,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk" || \ | |||
| 11282 | echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} | 11282 | echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} |
| 11283 | { (exit 1); exit 1; }; }; | 11283 | { (exit 1); exit 1; }; }; |
| 11284 | fi | 11284 | fi |
| 11285 | GLIB_REQUIRED=2.4 | 11285 | GLIB_REQUIRED=2.6 |
| 11286 | GTK_REQUIRED=2.4 | 11286 | GTK_REQUIRED=2.6 |
| 11287 | GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" | 11287 | GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" |
| 11288 | 11288 | ||
| 11289 | if test "X${with_pkg_config_prog}" != X; then | 11289 | if test "X${with_pkg_config_prog}" != X; then |