Clarified the help message for POPT_LIBS
authorDan Fandrich <dan@coneharvesters.com>
Fri, 9 Nov 2007 22:21:56 +0000 (14:21 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 9 Nov 2007 22:21:56 +0000 (14:21 -0800)
m4m/gp-check-popt.m4

index fed18bf..585bf21 100644 (file)
@@ -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