blob: bc1be83c88fad1f8589ccd661472a1c939deb0e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2005/04/27 15:00:26 wiz Exp $
--- soup.m4.orig 2001-01-23 22:39:05.000000000 +0100
+++ soup.m4
@@ -4,7 +4,7 @@
dnl AM_PATH_SOUP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
dnl Test to see if soup is installed, and define SOUP_CFLAGS, LIBS
dnl
-AC_DEFUN(AM_PATH_SOUP,
+AC_DEFUN([AM_PATH_SOUP],
[dnl
dnl Get the cflags and libraries from the soup-config script
dnl
|