Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5436 in orxonox.OLD


Ignore:
Timestamp:
Oct 26, 2005, 1:46:54 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed windows ALut linking BUG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r5413 r5436  
    317317# checking for openAL-lib
    318318  AC_CHECK_LIB([OpenAL32], [main], [FOUND_OPENAL=yes; LIBS="$LIBS -lOpenAL32"])
    319   AC_CHECK_LIB([ALut], [main], [FOUND_ALUT=yes; LIBS="$LIBS -lALut"])
     319  AC_CHECK_LIB([ALut], [main], [FOUND_ALUT=yes; LIBS="-lALut $LIBS"])
    320320     if test x$FOUND_OPENAL != xyes ; then
    321321        echo "------------------"
Note: See TracChangeset for help on using the changeset viewer.