From 1140087a2083011f1d238be6fe1141f016096311 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 11 Apr 2004 14:34:16 +0000 Subject: [PATCH] Fixed PATH search for yaz++-config --- yazpp.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yazpp.m4 b/yazpp.m4 index 85e8393..fe0949f 100644 --- a/yazpp.m4 +++ b/yazpp.m4 @@ -1,4 +1,4 @@ -## $Id: yazpp.m4,v 1.1 2004-04-11 11:36:46 adam Exp $ +## $Id: yazpp.m4,v 1.2 2004-04-11 14:34:16 adam Exp $ AC_DEFUN([YAZPP_INIT], [ AC_SUBST(YAZPPLIB) @@ -24,7 +24,7 @@ AC_DEFUN([YAZPP_INIT], fi done if test "x$yazppconfig" = "xNONE"; then - AC_PATH_PROG(yazppconfig, yaz-config, NONE) + AC_PATH_PROG(yazppconfig, yaz++-config, NONE) fi fi AC_MSG_CHECKING(for YAZ++) -- 1.7.10.4