Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 28, 2006, 3:48:13 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the gui branche back
merged with command:
https://svn.orxonox.net/orxonox/branches/gui
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r7819 r7919  
    306306    if test x$FOUND_mingw32 = xyes; then
    307307        LIBS="$LIBS -lmingw32"
     308    fi
     309
     310    AC_CHECK_LIB([winmm], [main], [FOUND_winmm=yes])
     311    if test x${FOUND_winmm} = xyes ; then
     312        LIBS="$LIBS -lwinmm"
    308313    fi
    309314
Note: See TracChangeset for help on using the changeset viewer.