Greetings,
I have no idea what the "FiveWay SDK" is, but if someone wanted it,
they would require this patch:
==================================================================
--- viewer/configure.in.orig 2003-02-14 01:13:06.000000000 +0000
+++ viewer/configure.in 2003-02-23 22:17:22.000000000 +0000
@@ -375,7 +375,7 @@
CPPFLAGS="$CPPFLAGS $FIVEWAY_CFLAGS"
AC_CHECK_HEADERS(PalmChars.h, FIVEWAY=yes)
fi
-if test "$FIVEWAY" == "yes"; then
+if test "$FIVEWAY" = "yes"; then
AC_DEFINE(HAVE_FIVEWAY_SDK,, [ Define if using FiveWay SDK ])
SDK_CFLAGS="${SDK_CFLAGS} ${FIVEWAY_CFLAGS}";
OS_EXTRA_SRC="${OS_EXTRA_SRC} fiveway.c"
==================================================================
Currently the '==' is an illegal argument to test.
Thanks,
David
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev