Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
$NetBSD: patch-ac,v 1.3 2015/02/15 02:03:38 rodent Exp $
|
||||
$NetBSD: patch-ac,v 1.4 2015/05/07 14:07:49 ryoon Exp $
|
||||
|
||||
--- configure.ac.orig 2014-06-20 18:58:36.000000000 +0000
|
||||
--- configure.ac.orig 2015-03-25 20:03:58.000000000 +0000
|
||||
+++ configure.ac
|
||||
@@ -72,7 +72,7 @@ AC_ARG_ENABLE(
|
||||
[enable_examples="yes"]
|
||||
)
|
||||
|
||||
-AM_CONDITIONAL(ENABLE_EXAMPLES, [test "$enable_examples" == "yes"])
|
||||
+AM_CONDITIONAL(ENABLE_EXAMPLES, [test "$enable_examples" = "yes"])
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_DIRENT
|
||||
@@ -107,6 +107,7 @@ AC_C_CONST
|
||||
AC_TYPE_PID_T
|
||||
AC_TYPE_SIZE_T
|
||||
|
||||
Reference in New Issue
Block a user