Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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.ac

    r3100 r3101  
    233233                GTK2_LIBS=`pkg-config --libs gtk+-2.0`
    234234                GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0`
     235                AC_DEFINE_UNQUOTED(HAVE_GTK2, 1, [if we have GTK2])
    235236        else
    236237                echo "no"
    237238        fi
    238        
     239
    239240fi
    240241AC_SUBST(GTK2_LIBS)
Note: See TracChangeset for help on using the changeset viewer.