We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1e06 commit d6c7dd2Copy full SHA for d6c7dd2
third-party/google-glog/configure.ac
@@ -131,9 +131,8 @@ fi
131
#CFLAGS="$SAVE_CFLAGS"
132
#LIBS="$SAVE_LIBS"
133
# Modified for Ymer 2011-01-30: use local copy of gflags
134
-### Modified again to allow Grappa to point at gflags in third-party
135
-###GFLAGS_CFLAGS="-I../gflags/src"
136
-###GFLAGS_LIBS="../gflags/.libs/libgflags.la"
+GFLAGS_CFLAGS="-I../gflags/src"
+GFLAGS_LIBS="../gflags/.libs/libgflags.la"
137
AC_DEFINE([HAVE_LIB_GFLAGS], [1], [Define to 1 if you have google glog library])
138
ac_cv_have_libgflags=1
139
0 commit comments