1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-10-04 08:05:06 +03:00
openwrt-packages/zimlib/patches/001-fix-cxxtools-option.patch

16 lines
532 B
Diff
Raw Normal View History

2009-10-05 01:46:00 +03:00
Index: configure.in
===================================================================
--- a/configure.in (revision 239)
+++ b/configure.in (working copy)
@@ -26,9 +26,9 @@
if test "$with_cxxtools" = "yes"
then
AC_DEFINE(WITH_CXXTOOLS, [1], [defined if cxxtools is used])
+ AC_CHECK_HEADER([cxxtools/condition.h], , AC_MSG_ERROR([cxxtools headers not found]))
fi
-AC_CHECK_HEADER([cxxtools/condition.h], , AC_MSG_ERROR([cxxtools headers not found]))
AM_CONDITIONAL(WITH_CXXTOOLS, test "$with_cxxtools" = yes)
# output