Skip to content

Commit d6c7dd2

Browse files
author
Jacob Nelson
committed
roll back change that wasn't supposed to go to master yet
1 parent 41d1e06 commit d6c7dd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

third-party/google-glog/configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,8 @@ fi
131131
#CFLAGS="$SAVE_CFLAGS"
132132
#LIBS="$SAVE_LIBS"
133133
# 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"
134+
GFLAGS_CFLAGS="-I../gflags/src"
135+
GFLAGS_LIBS="../gflags/.libs/libgflags.la"
137136
AC_DEFINE([HAVE_LIB_GFLAGS], [1], [Define to 1 if you have google glog library])
138137
ac_cv_have_libgflags=1
139138

0 commit comments

Comments
 (0)