comparison configure.in @ 121:d8af32b1b1cd

Switch back to using pixmaps and bitmaps, only use pixbufs for doing XPM conversion.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Oct 2002 21:48:57 +0000
parents 7d2108cbcd3e
children 4c4e94a63748
comparison
equal deleted inserted replaced
120:7d2108cbcd3e 121:d8af32b1b1cd
51 51
52 AC_CHECK_PROG(PKG_CFG, pkg-config, pkg-config) 52 AC_CHECK_PROG(PKG_CFG, pkg-config, pkg-config)
53 if test x"$PKG_CFG" = x; then 53 if test x"$PKG_CFG" = x; then
54 AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR(AC_MSG_ERROR(Cannot find GLIB: Is glib-config in path?))) 54 AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR(AC_MSG_ERROR(Cannot find GLIB: Is glib-config in path?)))
55 AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?)), gthread) 55 AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?)), gthread)
56 AM_PATH_GDK_IMLIB(1.9.4, AC_DEFINE(USE_IMLIB), AC_MSG_ERROR(IMLIB not found or too old. Dynamic Windows cannot build without it.))
56 else 57 else
57 GTK_CFLAGS=`$PKG_CFG --cflags gtk+-2.0 gthread-2.0` 58 GTK_CFLAGS=`$PKG_CFG --cflags gtk+-2.0 gthread-2.0`
58 GTK_LIBS=`$PKG_CFG --libs gtk+-2.0 gthread-2.0` 59 GTK_LIBS=`$PKG_CFG --libs gtk+-2.0 gthread-2.0`
59 fi 60 fi
60 61
65 AC_MSG_ERROR(pthread library not found. HandyFTP cannot build without it. 66 AC_MSG_ERROR(pthread library not found. HandyFTP cannot build without it.
66 ) 67 )
67 ) 68 )
68 ) 69 )
69 ) 70 )
70
71 AM_PATH_GDK_IMLIB(1.9.4, AC_DEFINE(USE_IMLIB), AC_MSG_ERROR(IMLIB not found or too old. Dynamic Windows cannot build without it.))
72 71
73 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS" 72 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS"
74 LIBS="$LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS" 73 LIBS="$LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS"
75 74
76 RM="rm -f" 75 RM="rm -f"