See attached patch, a missing "$" in the configure script caused
confusion.
-- Philip
? configure.in.patch
Index: configure.in
===================================================================
RCS file: /cvs/directfb/DirectFB/configure.in,v
retrieving revision 1.303
diff -u -r1.303 configure.in
--- configure.in 5 Feb 2007 21:50:14 -0000 1.303
+++ configure.in 8 Feb 2007 13:11:00 -0000
@@ -1161,7 +1161,7 @@
fi
enable_h3600_ts=no
-if test "checkfor_h3600ts" = "yes"; then
+if test "$checkfor_h3600ts" = "yes"; then
dnl Test for H3600 Touchscreen support
AC_CHECK_HEADER( [linux/h3600_ts.h], enable_h3600_ts=yes, enable_h3600_ts=no
AC_MSG_WARN([*** H3600 Touchscreen driver will not be built.]))
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev