Fix a silly bug. I submitted wrong version of auto generated script.
author <shinichiro.hamaji@gmail.com> <>
Tue, 7 Apr 2009 08:01:03 +0000 (08:01 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Tue, 7 Apr 2009 08:01:03 +0000 (08:01 +0000)
git-svn-id: https://google-glog.googlecode.com/svn/trunk@43 eb4d4688-79bd-11dd-afb4-1d65580434c0

configure

index db4ddaf..10cd737 100755 (executable)
--- a/configure
+++ b/configure
@@ -23948,8 +23948,8 @@ else
   GFLAGS_CFLAGS=
   GFLAGS_LIBS=
 fi
-#CFLAGS="$SAVE_CFLAGS"
-#LIBS="$SAVE_LIBS"
+CFLAGS="$SAVE_CFLAGS"
+LIBS="$SAVE_LIBS"
 
 # TODO(hamaji): Use official m4 macros provided by testing libraries
 #               once the m4 macro of Google Mocking becomes ready.