View | Details | Raw Unified | Return to bug 186690 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-configure.ac (working copy) (-8 / +8 lines)
Lines 1-10 Link Here
1
--- configure.ac.orig  2011-09-06 09:43:42.000000000 +0100
1
--- configure.ac.orig  2014-02-12 13:50:04.000000000 +0000
2
+++ configure.ac       2011-11-17 15:12:38.567082237 +0000
2
+++ configure.ac       2014-02-12 13:51:38.000000000 +0000
3
@@ -14,6 +14,7 @@
3
@@ -39,6 +39,7 @@
4
 
4
 # Environment setup
5
 dnl Header-file checks
5
 AC_CANONICAL_HOST
6
 AC_HEADER_STDC
6
 AC_C_INLINE
7
+AC_CHECK_HEADERS([spawn.h])
7
+AC_CHECK_HEADERS([spawn.h])
8
 
8
 
9
 if test "x$GCC" = "xyes"; then
9
 # Set compiler flags
10
   dnl Only use -Wall if we have gcc
10
 AX_TRY_CFLAGS([-Wall], [AX_CFLAGS([-Wall])])

Return to bug 186690