Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 24, 2004, 1:48:50 AM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: nicer configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r2925 r2968  
    150150     fi   
    151151       
     152     # FIXME: Replace `main' with a function in `-lOSMesa':
     153      AC_CHECK_LIB([OSMesa], [main])
     154     # FIXME: Replace `main' with a function in `-lX11':
     155      AC_CHECK_LIB([X11], [main])
     156     # FIXME: Replace `main' with a function in `-lXt':
     157      AC_CHECK_LIB([Xt], [main])
    152158    ;;
    153159  *)
     
    155161    ;;
    156162esac
    157 AC_MSG_RESULT([$mingw])
     163
    158164AC_SUBST(MSBITFIELDS)
    159165
    160 #### Checking for LIBraries.
    161 
    162 # FIXME: Replace `main' with a function in `-lOSMesa':
    163 AC_CHECK_LIB([OSMesa], [main])
    164 # FIXME: Replace `main' with a function in `-lX11':
    165 AC_CHECK_LIB([X11], [main])
    166 # FIXME: Replace `main' with a function in `-lXt':
    167 AC_CHECK_LIB([Xt], [main])
    168166
    169167
    170168#checking for pthread libs
    171 AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
    172 if test "$FOUND_pthread" = "yes" ; then
     169 AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
     170 if test "$FOUND_pthread" = "yes" ; then
    173171    LIBS="$LIBS -lpthread"
    174 fi
     172 fi
    175173
    176174
     
    178176
    179177# FIXME: Replace `main' with a function in `-lm':
    180 AC_CHECK_LIB([m], [main])
     178 AC_CHECK_LIB([m], [main])
    181179
    182180LIBS="$LIBS `pkg-config --libs  gtk+-2.0`"
Note: See TracChangeset for help on using the changeset viewer.