Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2015 in orxonox.OLD for orxonox/branches/gui/configure.ac


Ignore:
Timestamp:
Jun 22, 2004, 7:44:59 PM (21 years ago)
Author:
bensch
Message:

orxonxo/branches/gui: now compiles under windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/configure.ac

    r1977 r2015  
    77AC_CONFIG_SRCDIR([.])
    88AC_CONFIG_HEADER([config.h])
     9
     10AC_MSG_CHECKING([for mingw])
     11case `uname` in
     12  *MINGW*)
     13    mingw=yes
     14    MSBITFIELDS="-mms-bitfields"
     15    ;;
     16  *)
     17    mingw=no
     18    ;;
     19esac
     20AC_MSG_RESULT([$mingw])
     21AC_SUBST(MSBITFIELDS)
     22
    923
    1024# Checks for programs.
     
    92106AC_CHECK_LIB([m], [main])
    93107
     108LIBS="$LIBS `pkg-config --libs  gtk+-2.0`"
     109
     110
    94111# Checks for header files.
    95112AC_HEADER_STDC
Note: See TracChangeset for help on using the changeset viewer.