gegl r2119 - trunk
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2119 - trunk
- Date: Mon, 25 Feb 2008 23:17:11 +0000 (GMT)
Author: ok
Date: Mon Feb 25 23:17:10 2008
New Revision: 2119
URL: http://svn.gnome.org/viewvc/gegl?rev=2119&view=rev
Log:
* configure.ac: fixed test for SDL so that the result can be used to
conditionally compile the displayt op.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Feb 25 23:17:10 2008
@@ -585,7 +585,7 @@
SDL_CFLAGS=`$SDL_CONFIG --cflags`
SDL_LIBS=`$SDL_CONFIG --libs`
fi
-AM_CONDITIONAL(HAVE_SDL, test "x$SDL_CONFIG" = "xyes")
+AM_CONDITIONAL(HAVE_SDL, test "x$have_sdl" = "xyes")
AC_SUBST(SDL_CFLAGS)
AC_SUBST(SDL_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]