Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3101 in orxonox.OLD for orxonox/trunk/configure


Ignore:
Timestamp:
Dec 5, 2004, 3:35:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now the posipility to #ifdef HAVE_GTK2 …. #endif exists. like this one can exclude GTK from a program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r3100 r3101  
    58325832                GTK2_LIBS=`pkg-config --libs gtk+-2.0`
    58335833                GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0`
     5834
     5835cat >>confdefs.h <<_ACEOF
     5836#define HAVE_GTK2 1
     5837_ACEOF
     5838
    58345839        else
    58355840                echo "no"
Note: See TracChangeset for help on using the changeset viewer.