[Kst] extragear/graphics/kst
George Staikos
staikos at kde.org
Wed May 31 15:03:35 CEST 2006
SVN commit 546934 by staikos:
NAD needs to work like standard software:
$prefix/include
$prefix/lib
$prefix/bin
M +2 -2 configure.in.in
--- trunk/extragear/graphics/kst/configure.in.in #546933:546934
@@ -51,8 +51,8 @@
ac_nad_libraries=""
AC_ARG_WITH(nad,
AC_HELP_STRING([--with-nad=DIR],[where the root of NAD is installed ]),
- [ ac_nad_includes="-I$withval"
- ac_nad_libraries="-L$withval"
+ [ ac_nad_includes="-I$withval/include"
+ ac_nad_libraries="-L$withval/lib"
])
all_includes_save="$all_includes"
More information about the Kst
mailing list