22 lines
478 B
Plaintext
22 lines
478 B
Plaintext
$NetBSD: patch-ac,v 1.5 2014/11/24 05:03:43 mef Exp $
|
|
|
|
[check-portability.awk] configure: if test "$prefix" == "NONE"; ...
|
|
|
|
--- configure.orig 2010-02-15 13:56:55.000000000 +0000
|
|
+++ configure
|
|
@@ -26444,12 +26444,12 @@ LIBS="$LIBS $BLUEFISH_REQUIRED_LIBS"
|
|
|
|
|
|
|
|
-if test "$prefix" == "NONE"; then
|
|
+if test "$prefix" = "NONE"; then
|
|
prefix=${ac_default_prefix}
|
|
|
|
fi
|
|
|
|
-if test "$exec_prefix" == "NONE"; then
|
|
+if test "$exec_prefix" = "NONE"; then
|
|
exec_prefix=${prefix}
|
|
|
|
fi
|