blob: 7a2a59da0c8731ab63af8d0bb52282c8b787d8b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.1 2006/10/02 23:03:54 rillig Exp $
--- configure.orig 2006-10-03 00:48:30.000000000 +0200
+++ configure 2006-10-03 00:48:44.000000000 +0200
@@ -12861,7 +12861,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LIBS="$LIBS -lgame -lmedia -ltracker -ltranslation -Xlinker -soname=_APP_"
#PROG_CC_SWITCH2(Wno-multichar,nowarnopt1)
#PROG_CC_SWITCH2(Wno-ctor-dtor-privacy,nowarnopt2)
- if test "$CXXFLAGS1" == "" ; then
+ if test "$CXXFLAGS1" = "" ; then
if test x$GCC = xyes; then
CXXFLAGS="$CFLAGS"
CXXFLAGS="$CXXFLAGS -Wno-multichar -Wno-ctor-dtor-privacy"
|