Index: trunk/glueforge/configure.ac
===================================================================
--- trunk/glueforge/configure.ac	(revision 5888)
+++ trunk/glueforge/configure.ac	(revision 5893)
@@ -9,7 +9,7 @@
 AC_PROG_INSTALL
 
-AC_PATH_PROG([PERL], [perl], [missing])
-if test "$PERL" = "missing" ; then
-  AC_MSG_ERROR([perl is required])
+AC_PATH_PROG([POD2MAN], [pod2man], [missing])
+if test "$POD2MAN" = "missing" ; then
+  AC_MSG_ERROR([pod2man is required])
 fi
 
