From: Date: Tue, 7 Apr 2009 08:01:03 +0000 (+0000) Subject: Fix a silly bug. I submitted wrong version of auto generated script. X-Git-Tag: accepted/tizen/5.0/unified/20181102.024921~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8531d6b719fd480bea1494c49ce9c500fab2862;p=platform%2Fupstream%2Fglog.git Fix a silly bug. I submitted wrong version of auto generated script. git-svn-id: https://google-glog.googlecode.com/svn/trunk@43 eb4d4688-79bd-11dd-afb4-1d65580434c0 --- diff --git a/configure b/configure index db4ddaf..10cd737 100755 --- 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.