Changeset 2968 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Nov 24, 2004, 1:48:50 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r2925 r2968 150 150 fi 151 151 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]) 152 158 ;; 153 159 *) … … 155 161 ;; 156 162 esac 157 AC_MSG_RESULT([$mingw]) 163 158 164 AC_SUBST(MSBITFIELDS) 159 165 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])168 166 169 167 170 168 #checking for pthread libs 171 AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)172 if test "$FOUND_pthread" = "yes" ; then169 AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes) 170 if test "$FOUND_pthread" = "yes" ; then 173 171 LIBS="$LIBS -lpthread" 174 fi172 fi 175 173 176 174 … … 178 176 179 177 # FIXME: Replace `main' with a function in `-lm': 180 AC_CHECK_LIB([m], [main])178 AC_CHECK_LIB([m], [main]) 181 179 182 180 LIBS="$LIBS `pkg-config --libs gtk+-2.0`"
Note: See TracChangeset
for help on using the changeset viewer.