From c4daa57344e6b5aa9c8bf8dd5b219d1a2a9803c7 Mon Sep 17 00:00:00 2001 From: ylfchild Date: Sat, 20 Sep 2014 12:06:48 +0000 Subject: [PATCH] fixed typo in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b2bbf515..a6e1c0c1 100644 --- a/configure.ac +++ b/configure.ac @@ -240,7 +240,7 @@ if test "$POLL" = "yes"; then fi AC_CHECK_LIB( gnugetopt, getopt_long,) -AC_CHECK_FUNCS([lstat getopt_long getphassphrase]) +AC_CHECK_FUNCS([lstat getopt_long getpassphrase]) # ----- Check for dlopen