build: Remove BUILD_GTK_CFLAGS and BUILD_GTK_LIBS variables

They're not used anywhere anymore.
This commit is contained in:
Bertrand Lorentz 2012-10-14 15:10:31 +02:00
parent 12c3202b73
commit e02738bad6

View File

@ -89,12 +89,6 @@ if test "x$PKG_CONFIG" = "xno"; then
AC_MSG_ERROR([You need to install pkg-config])
fi
dnl for use on the build system
BUILD_GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0`
BUILD_GTK_LIBS=`$PKG_CONFIG --libs gtk+-2.0`
AC_SUBST(BUILD_GTK_CFLAGS)
AC_SUBST(BUILD_GTK_LIBS)
AC_CHECK_SIZEOF(off_t)
OFF_T_FLAGS="-define:OFF_T_$ac_cv_sizeof_off_t"
AC_SUBST(OFF_T_FLAGS)