Changeset 3100 in orxonox.OLD for orxonox/trunk/configure
- Timestamp:
- Dec 5, 2004, 2:50:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r3099 r3100 865 865 --disable-dependency-tracking speeds up one-time build 866 866 --enable-dependency-tracking do not reject slow dependency extractors 867 --disable-gtk Prevents GTK from being loaded 867 868 868 869 Some influential environment variables: … … 3830 3831 3831 3832 3833 3834 ### CHECKING OPTIONAT ARGUMENTS 3835 ## GTK-disabled 3836 def_gtk=yes 3837 echo "$as_me:$LINENO: checking if gtk should be enabled" >&5 3838 echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6 3839 # Check whether --enable-gtk or --disable-gtk was given. 3840 if test "${enable_gtk+set}" = set; then 3841 enableval="$enable_gtk" 3842 def_gtk=no 3843 fi; 3844 if test "$def_gtk" = yes; then 3845 echo "yes" 3846 fi 3847 if test "$def_gtk" = no; then 3848 echo "no" 3849 fi 3850 3851 3852 3832 3853 ### CHECKING FOR SYSTEM ### 3833 3854 … … 5801 5822 5802 5823 ## checking for GTK 5803 #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no) 5804 echo "$as_me:$LINENO: checking for gtk2.0" >&5 5824 if test "$def_gtk" = yes; then 5825 5826 #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no) 5827 echo "$as_me:$LINENO: checking for gtk2.0" >&5 5805 5828 echo $ECHO_N "checking for gtk2.0... $ECHO_C" >&6 5806 if `pkg-config --exists gtk+-2.0`; then 5807 echo "yes" 5808 have_gtk2=yes 5809 GTK2_LIBS=`pkg-config --libs gtk+-2.0` 5810 GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0` 5811 else 5812 echo "no" 5813 fi 5814 5815 5816 5817 5818 if test "x$have_gtk2" = xyes; then 5829 if `pkg-config --exists gtk+-2.0`; then 5830 echo "yes" 5831 have_gtk2=yes 5832 GTK2_LIBS=`pkg-config --libs gtk+-2.0` 5833 GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0` 5834 else 5835 echo "no" 5836 fi 5837 5838 fi 5839 5840 5841 5842 5843 if test x$have_gtk2 = xyes; then 5819 5844 HAVE_GTK2_TRUE= 5820 5845 HAVE_GTK2_FALSE='#' … … 5823 5848 HAVE_GTK2_FALSE= 5824 5849 fi 5850 5825 5851 5826 5852
Note: See TracChangeset
for help on using the changeset viewer.