Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7766 in orxonox.OLD


Ignore:
Timestamp:
May 22, 2006, 11:30:28 PM (18 years ago)
Author:
ponder
Message:

Modified configure.ac: The macosx-paths were not correctly set. They were only usable with fink. Now you can set the correct prefix for the include path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/osx/configure.ac

    r7753 r7766  
    435435 osX="yes"
    436436
    437  CPPFLAGS="-I/sw/include -I/sw/include $CPPFLAGS"
    438  LDFLAGS="$LDFLAGS -L/sw/lib"
     437 CPPFLAGS="-I/$prefix/include $CPPFLAGS"
     438 LDFLAGS="$LDFLAGS -L$prefix/lib"
    439439# checking gl header
    440440   AC_CHECK_HEADERS([OpenGL/gl.h] ,,
Note: See TracChangeset for help on using the changeset viewer.