From 1992d3b8fa55badbc7900d203dfec412406400af Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Mon, 16 Jun 2003 12:43:50 +0000
Subject: [PATCH] *** empty log message ***

---
 m4/check-package.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/check-package.m4 b/m4/check-package.m4
index c01437d..f34695c 100644
--- a/m4/check-package.m4
+++ b/m4/check-package.m4
@@ -21,7 +21,7 @@ else
 fi
 AC_ARG_WITH($1-lib,
 [  --with-$1-lib=DIR   use $1 library below directory DIR
-                      (default: `eval $DEFAULT_LIBDIR`)],
+                      (default: $3)],
 [case "$withval" in
     yes) AC_MSG_ERROR("option \"--with-$1-lib\" requires an argument")
 	;;
@@ -41,7 +41,7 @@ else
 fi
 AC_ARG_WITH($1-headers,
 [  --with-$1-headers=DIR   use $1 include files below directory DIR
-                          (default: $DEFAULT_INCDIR)],
+                          (default: $6)],
 [case "$withval" in
     yes) AC_MSG_ERROR("option \"--with-$1-headers\" requires an argument")
 	;;
-- 
GitLab