Index: /trunk/glueforge/templates/psdb/configure_ac.tt
===================================================================
--- /trunk/glueforge/templates/psdb/configure_ac.tt	(revision 8868)
+++ /trunk/glueforge/templates/psdb/configure_ac.tt	(revision 8869)
@@ -30,6 +30,6 @@
 fi
 
-AC_PATH_PROG([doxygen], [doxygen], [missing])
-AM_CONDITIONAL([DOXYGEN], test "x$doxygen" = "xmissing")
+AC_CHECK_PROG(doxygen,[doxygen],[true],[false])
+AM_CONDITIONAL([DOXYGEN], test x$doxygen = xtrue)
 
 dnl is this the best was to setup recursive CFLAGS?
