From 711d1b02dae67674f6d77590ff85ed310cf2a4cb Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 9 Nov 2007 14:21:56 -0800 Subject: [PATCH] Clarified the help message for POPT_LIBS --- m4m/gp-check-popt.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4m/gp-check-popt.m4 b/m4m/gp-check-popt.m4 index fed18bf..585bf21 100644 --- a/m4m/gp-check-popt.m4 +++ b/m4m/gp-check-popt.m4 @@ -54,8 +54,8 @@ if test "$require_popt" != yes; then fi dnl Implicit AC_SUBST -AC_ARG_VAR([POPT_CFLAGS],[cppflags to compile with libpopt])dnl -AC_ARG_VAR([POPT_LIBS],[location of libpopt to link against])dnl +AC_ARG_VAR([POPT_CFLAGS],[CPPFLAGS to compile with libpopt])dnl +AC_ARG_VAR([POPT_LIBS],[LDFLAGS to link with libpopt])dnl have_popt=no -- 2.7.4