849590076e
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2260 6952d904-891a-0410-993b-d76249ca496b
23 lines
695 B
Diff
23 lines
695 B
Diff
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.
|