IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11395


Ignore:
Timestamp:
Jan 29, 2007, 2:03:48 PM (19 years ago)
Author:
jhoblitt
Message:

fix libkapa X11 dep hanlding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r11337 r11395  
    185185      if test -n "$x_libraries" ; then
    186186            KAPA_LIBS="`${KAPA_CONFIG} --libs` -L$x_libraries -lX11"
     187      else
     188            KAPA_LIBS="`${KAPA_CONFIG} --libs` -lX11"
    187189      fi
    188190      if test -n "$x_includes" ; then
    189191            KAPA_CFLAGS="${KAPA_CFLAGS} -I$x_includes"
     192      else
     193            KAPA_CFLAGS="${KAPA_CFLAGS}"
    190194      fi
    191195      AC_MSG_RESULT([${KAPA_LIBS}])
Note: See TracChangeset for help on using the changeset viewer.