summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-configure.ac
blob: 8327b81e63a5bfcb445d810b895749ef1a6633df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-configure.ac,v 1.1 2013/09/13 12:41:32 ryoon Exp $

--- configure.ac.orig	2013-06-27 09:29:00.000000000 +0000
+++ configure.ac
@@ -777,7 +777,7 @@ changequote([, ])
 
 for provscript in ${host_cpu}-${host_os_exact}.prov ${host_os_exact}.prov ${host_os_major}.prov ${host_os_noversion}.prov none ; do {
     if test -f ${srcdir}/autodeps/${provscript} ; then
-       if [[ ${provscript} == none ]] ; then
+       if [[ ${provscript} = none ]] ; then
            echo "*** no default provides information is available for ${host_os_noversion}"
        else
            echo "using ${srcdir}/autodeps/${provscript} for automatic provides generation"
@@ -790,7 +790,7 @@ for provscript in ${host_cpu}-${host_os_
 
 for reqscript in ${host_cpu}-${host_os_exact}.req ${host_os_exact}.req ${host_os_major}.req ${host_os_noversion}.req none ; do {
     if test -f ${srcdir}/autodeps/${reqscript} ; then
-       if [[ ${reqscript} == none ]] ; then
+       if [[ ${reqscript} = none ]] ; then
            echo "*** no default requires information is available for ${host_os_noversion}"
        else
 	  echo "using ${srcdir}/autodeps/${reqscript} for automatic requires generation"