Changeset 20702

Show
Ignore:
Timestamp:
08/13/07 08:10:59 (1 year ago)
Author:
patrick
Message:

Use the discovered OpenAL installation path.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.0/modules/sonix/plugins/configure.in

    r19403 r20702  
    194194         if test "x$HAVE_OPENAL" = "xY" ; then 
    195195            DPP_PTHREAD_FINISH 
    196             DPP_HAVE_ALUT([/usr/local], [HAVE_ALUT='Y'], 
     196            DPP_HAVE_ALUT([$OALROOT], [HAVE_ALUT='Y'], 
    197197                          [AC_MSG_WARN([*** OpenAL plug-in cannot be built. ***])]) 
    198198         fi