Title: Include headers from system directory DEP: 3 State: CANDIDATE Abstract: Include headers from system directory diff -urNad nxcompshad~/configure.in nxcompshad/configure.in --- nxcompshad~/configure.in 2007-06-04 13:39:49.000000000 +0200 +++ nxcompshad/configure.in 2008-06-18 10:00:00.000000000 +0200 @@ -17,9 +17,9 @@ dnl Prefer headers and libraries from nx-X11, if present. -if test -d "../nx-X11/exports/include" ; then - CXXFLAGS="$CXXFLAGS -I../nx-X11/exports/include" - LIBS="$LIBS -L../nx-X11/exports/lib" +if test -d "/usr/include/nx" ; then + CXXFLAGS="$CXXFLAGS -I/usr/include/nx" + LIBS="$LIBS -L/usr/lib/nx" fi dnl Check whether --with-ipaq was given.