gtkglarea r117 - trunk



Author: samh
Date: Sun Oct 19 22:59:27 2008
New Revision: 117
URL: http://svn.gnome.org/viewvc/gtkglarea?rev=117&view=rev

Log:
* configure.ac: get rid of USE_WIN32, glib.h knows our windowing
platform better than us.

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Oct 19 22:59:27 2008
@@ -63,14 +63,6 @@
 AC_SUBST(GTK_LIBS)
 
 dnl
-dnl  Check for the windowing system (X11 or Win32)
-dnl
-gdk_target=`$PKG_CONFIG --variable=target gtk+-2.0`
-if test "$gdk_target" = "win32"; then
-  AC_DEFINE(USE_WIN32, 1, Define to 1 if the windowing system is Windows.)
-fi
-
-dnl
 dnl  Check for GL/MesaGL libraries
 dnl
 AC_ARG_WITH(GL-prefix,  [  --with-GL-prefix=DIR    Prefix where GL/MesaGL is installed])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]