blob: 96646514dc8c60394a5b1fc06292412ce0c52e64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.6 2009/12/30 13:33:27 joerg Exp $
--- configure.orig 2009-10-12 01:16:57.000000000 +0400
+++ configure 2009-12-30 15:43:54.000000000 +0300
@@ -13167,8 +13167,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pspp_cv_build_exeext" >&5
$as_echo "$pspp_cv_build_exeext" >&6; }
EXEEXT_FOR_BUILD=""
- test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeex
-t}
+ test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeext}
fi
|