blob: e832d2966ae4a4dd464c908e217a54228e2620b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure,v 1.1 2013/08/10 09:14:22 obache Exp $
* test(1) portability fix
--- configure.orig 2013-08-10 08:57:00.000000000 +0000
+++ configure
@@ -13368,7 +13368,7 @@ CC_FOR_BUILD=${CC_FOR_BUILD-${CC}}
# Default CFLAGS
AM_CFLAGS="$CFLAGS -Wall"
-if test x$ac_cv_func_asprintf == xyes; then :
+if test x$ac_cv_func_asprintf = xyes; then :
AM_CPPFLAGS="$AM_CPPFLAGS -D_GNU_SOURCE"
fi
|