The test for gflags doesn't work correctly on OpenBSD.
Thankfully, the fix is very simple:
Index: configure.ac
===================================================================
--- configure.ac (revision 76)
+++ configure.ac (working copy)
@@ -12,6 +12,8 @@
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(src/config.h)
+AC_LANG(C++)
+
# Checks for programs.
AC_PROG_CC
AC_PROG_CPP
Original issue reported on code.google.com by pphaneuf@google.com on 26 May 2010 at 9:26
Original issue reported on code.google.com by
pphaneuf@google.com
on 26 May 2010 at 9:26