comparison configure @ 251:18ecaae9cc3b

Changed configure to make sure we find gtk 2.0, and not just pkg-config, when checking for GTK 2.x versus GTK 1.x.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Feb 2003 17:26:41 +0000
parents d8af32b1b1cd
children a8015e02b590
comparison
equal deleted inserted replaced
250:967b8cd9deb4 251:18ecaae9cc3b
1194 1194
1195 1195
1196 ac_config_headers="$ac_config_headers config.h" 1196 ac_config_headers="$ac_config_headers config.h"
1197 1197
1198 1198
1199 DW_MAJOR_VERSION=0 1199 DW_MAJOR_VERSION=1
1200 DW_MINOR_VERSION=5 1200 DW_MINOR_VERSION=0
1201 DW_SUB_VERSION=0 1201 DW_SUB_VERSION=0
1202 1202
1203 1203
1204 1204
1205 1205
3613 else 3613 else
3614 echo "$as_me:$LINENO: result: no" >&5 3614 echo "$as_me:$LINENO: result: no" >&5
3615 echo "${ECHO_T}no" >&6 3615 echo "${ECHO_T}no" >&6
3616 fi 3616 fi
3617 3617
3618 if test x"$PKG_CFG" = x; then 3618 if test x"$PKG_CFG" != x; then
3619 GTK_LIBS=`$PKG_CFG --silence-errors --libs gtk+-2.0 gthread-2.0`
3620 fi
3621
3622 if test x"$GTK_LIBS" = x; then
3619 3623
3620 # Check whether --with-glib-prefix or --without-glib-prefix was given. 3624 # Check whether --with-glib-prefix or --without-glib-prefix was given.
3621 if test "${with_glib_prefix+set}" = set; then 3625 if test "${with_glib_prefix+set}" = set; then
3622 withval="$with_glib_prefix" 3626 withval="$with_glib_prefix"
3623 glib_config_prefix="$withval" 3627 glib_config_prefix="$withval"