Ignore:
Timestamp:
2009-02-26T15:29:41+13:00 (15 years ago)
Author:
oranfry
Message:

changing jni include path to work on newer linux distros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mgpp/configure.in

    r16583 r18598  
    144144if test "`(uname -s) 2> /dev/null`" = 'Linux'; then
    145145  AC_MSG_RESULT(Linux)
    146   JNIINC="-I\$(JAVA_HOME)/include/linux "
     146  JNIINC="-I\$(JAVA_HOME)/include/linux -I\$(JAVA_HOME)/include "
    147147fi
    148148
Note: See TracChangeset for help on using the changeset viewer.