From d858cb2444e5f45ea086039b916f5396d63af1c3 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 11 Feb 2011 12:19:48 +0000 Subject: [PATCH] Clean up configure.ac from useless variables. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index e68a0762..b9a91090 100644 --- a/configure.ac +++ b/configure.ac @@ -105,8 +105,6 @@ if test "${ac_cv_my_have_gtkgl}" != "no"; then AC_DEFINE(USE_GTKGL, 1, Define to 1 to use GtkGl) fi AM_CONDITIONAL(USE_GTKGL, test "${ac_cv_my_have_gtkgl}" != "no") -#GTK_CFLAGS="$GTK_CFLAGS `pkg-config --cflags gtk+-2.0 gtkgl-2.0`" -#GTK_LIBS="$GTK_LIBS `pkg-config --libs gtk+-2.0 gtkgl-2.0`" # How to use the Lol Engine inside this tree LOL_CFLAGS="$LOL_CFLAGS -I \$(top_srcdir)/src `pkg-config --cflags sdl gl SDL_image`" @@ -117,8 +115,6 @@ if test "${enable_release}" = "yes"; then fi AC_SUBST(MATH_LIBS) -AC_SUBST(GTK_CFLAGS) -AC_SUBST(GTK_LIBS) AC_SUBST(LOL_CFLAGS) AC_SUBST(LOL_LIBS)