tracym111 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

problem detecting gflags on OpenBSD #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in http://code.google.com/p/google-glog/source/detail?r=78

Thanks for the fix!

Original comment by shinichi...@gmail.com on 28 May 2010 at 3:19