wibble
authorPierre Habouzit <madcoder@debian.org>
Mon, 2 Apr 2007 20:29:46 +0000 (22:29 +0200)
committerPierre Habouzit <madcoder@debian.org>
Mon, 2 Apr 2007 20:29:46 +0000 (22:29 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
configure.ac

index bd9bd84..a93de74 100644 (file)
@@ -62,7 +62,7 @@ ac_aux_path_sendmail=/usr/sbin:/usr/lib
 AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$ac_aux_path_sendmail)
 AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL",[ Where to find sendmail on your system. ])
 
-dnl ---------------- gpgme ----------------
+dnl ---------------- lua5.1 ----------------
 PKG_CHECK_MODULES(LUA,lua5.1,[
     CPPFLAGS="$CPPFLAGS $LUA_CFLAGS"
     LDFLAGS="$LDFLAGS $LUA_LIBS"