mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 11:24:04 +02:00
16 lines
532 B
Diff
16 lines
532 B
Diff
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
|