diff options
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 627956c84f6..060a89bd36b 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1900,7 +1900,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then | |||
| 1900 | AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); | 1900 | AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]); |
| 1901 | fi | 1901 | fi |
| 1902 | GLIB_REQUIRED=2.0.1 | 1902 | GLIB_REQUIRED=2.0.1 |
| 1903 | GTK_REQUIRED=2.2 | 1903 | GTK_REQUIRED=2.0.1 |
| 1904 | GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" | 1904 | GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" |
| 1905 | 1905 | ||
| 1906 | dnl Check if --with-pkg-config-prog has been given. | 1906 | dnl Check if --with-pkg-config-prog has been given. |