[Kst] kdeextragear-2/kst
George Staikos
staikos at kde.org
Sun Feb 6 21:13:47 CET 2005
CVS commit by staikos:
avoid shell errors
M +2 -2 configure.in.in 1.43
--- kdeextragear-2/kst/configure.in.in #1.42:1.43
@@ -27,6 +27,6 @@
LDFLAGS="$ldflags_save"
-if test $ac_cv_lib_piolib_PIOGetObjectList = yes; then
- if test $have_piolib_h = yes; then
+if test "x$ac_cv_lib_piolib_PIOGetObjectList" = "xyes"; then
+ if test "x$have_piolib_h" = "xyes"; then
AC_SUBST(PIOLIBS)
AC_SUBST(PIOINCLUDES)
More information about the Kst
mailing list