18 lines
571 B
Plaintext
18 lines
571 B
Plaintext
$NetBSD: patch-configure,v 1.1 2015/05/23 06:55:10 kefren Exp $
|
|
|
|
gmcs -> mcs
|
|
|
|
--- configure.orig 2015-05-21 20:22:00.000000000 +0300
|
|
+++ configure 2015-05-21 20:22:14.000000000 +0300
|
|
@@ -2571,8 +2571,8 @@
|
|
|
|
|
|
|
|
-# Extract the first word of "gmcs", so it can be a program name with args.
|
|
-set dummy gmcs; ac_word=$2
|
|
+# Extract the first word of "mcs", so it can be a program name with args.
|
|
+set dummy mcs; ac_word=$2
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
if ${ac_cv_path_MCS+:} false; then :
|