summaryrefslogtreecommitdiff
path: root/app-i18n/fbterm/files/fbterm-autoconf-2.68.patch
blob: 826f3cd3c6bc810b921e0962fb99d39e75523a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- a/configure.ac
+++ b/configure.ac
@@ -85,16 +85,16 @@
 
 if test x"$EPOLL" = xauto -a x"$cross_compiling" = xno; then
   AC_RUN_IFELSE(
-    AC_LANG_PROGRAM([[#include <sys/epoll.h>]],
-      [[if (epoll_create(10) >= 0) return 0; return 1;]]),
+    [AC_LANG_PROGRAM([[#include <sys/epoll.h>]],
+      [[if (epoll_create(10) >= 0) return 0; return 1;]])],
     [EPOLL=yes]
   )
 fi
 
 if test x"$SIGNALFD" = xauto -a x"$cross_compiling" = xno; then
   AC_RUN_IFELSE(
-    AC_LANG_PROGRAM([[#include <sys/signalfd.h>]],
-      [[sigset_t mask; if (signalfd(-1, &mask, 0) >= 0) return 0; return 1;]]),
+    [AC_LANG_PROGRAM([[#include <sys/signalfd.h>]],
+      [[sigset_t mask; if (signalfd(-1, &mask, 0) >= 0) return 0; return 1;]])],
     [SIGNALFD=yes]
   )
 fi
install-data-local: