diff options
Diffstat (limited to 'nxcompshad/configure.in')
-rw-r--r-- | nxcompshad/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/configure.in b/nxcompshad/configure.in index 3f16ee97f..f0bdecd12 100644 --- a/nxcompshad/configure.in +++ b/nxcompshad/configure.in @@ -19,7 +19,7 @@ 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" + LIBS="-L../nx-X11/exports/lib" fi dnl Check whether --with-ipaq was given. |