61423a0bef
feedback & ok robert@
16 lines
693 B
Plaintext
16 lines
693 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2007/06/19 16:09:12 simon Exp $
|
|
--- configure.orig Sat May 19 22:01:41 2007
|
|
+++ configure Mon Jun 11 09:46:40 2007
|
|
@@ -25679,11 +25679,6 @@ test -n "$PG_CONFIG" || PG_CONFIG="NA"
|
|
echo "$as_me: error: required PostgreSQL pg_config utility not found in \$PATH" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
- if test ".$ac_cv_with_pgsql" = ".yes" -a ".`${MAKE-make} -v 2>/dev/null | grep GNU`" = .; then
|
|
- { { echo "$as_me:$LINENO: error: PostgreSQL bindings require GNU make to build" >&5
|
|
-echo "$as_me: error: PostgreSQL bindings require GNU make to build" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
- fi
|
|
|
|
|
|
ac_config_headers="$ac_config_headers config.h"
|