blob: 6af338e5361d14cfa6fcd4854b7fd0f8b11a323b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1 2006/10/16 22:09:59 rillig Exp $
--- calendar/libical/configure.orig 2006-10-16 23:49:09.000000000 +0200
+++ calendar/libical/configure 2006-10-16 23:50:04.000000000 +0200
@@ -20237,7 +20237,7 @@ fi
-if test "x$USE_MAINTAINER_MODE" == xyes; then
+if test "x$USE_MAINTAINER_MODE" = xyes; then
DEV="yes"
echo "$as_me:$LINENO: result: Setting up for development: -Wall, flex, bison" >&5
echo "${ECHO_T}Setting up for development: -Wall, flex, bison" >&6
|