aboutsummaryrefslogtreecommitdiff
path: root/x11/libxshmfence/files/patch-configure
blob: 60947610abadab11330b632a7aa1ffb8a2059867 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- configure.orig	2015-03-04 15:22:23 UTC
+++ configure
@@ -18104,6 +18104,14 @@ else
 fi
 
 
+ac_fn_c_check_func "$LINENO" "mkostemp" "ac_cv_func_mkostemp"
+if test "x$ac_cv_func_mkostemp" = xyes; then :
+
+$as_echo "#define HAVE_MKOSTEMP 1" >>confdefs.h
+
+fi
+
+
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XPROTO" >&5