common/autoconf/generated-configure.sh

changeset 512
582c696033f5
parent 511
c81c4a5d8b50
child 513
f59a07f85125
     1.1 --- a/common/autoconf/generated-configure.sh	Wed Nov 14 10:13:28 2012 -0800
     1.2 +++ b/common/autoconf/generated-configure.sh	Wed Nov 14 10:16:45 2012 -0800
     1.3 @@ -3068,7 +3068,7 @@
     1.4  #CUSTOM_AUTOCONF_INCLUDE
     1.5  
     1.6  # Do not change or remove the following line, it is needed for consistency checks:
     1.7 -DATE_WHEN_GENERATED=1352916731
     1.8 +DATE_WHEN_GENERATED=1352916966
     1.9  
    1.10  ###############################################################################
    1.11  #
    1.12 @@ -33656,7 +33656,7 @@
    1.13  #
    1.14  # Check whether --enable-precompiled-headers was given.
    1.15  if test "${enable_precompiled_headers+set}" = set; then
    1.16 -  enableval=$enable_precompiled_headers; ENABLE_PRECOMPH=${enable_precompiled-headers}
    1.17 +  enableval=$enable_precompiled_headers; ENABLE_PRECOMPH=${enable_precompiled_headers}
    1.18  else
    1.19    ENABLE_PRECOMPH=yes
    1.20  fi
    1.21 @@ -33673,9 +33673,8 @@
    1.22           { $as_echo "$as_me:$LINENO: checking that precompiled headers work" >&5
    1.23  $as_echo_n "checking that precompiled headers work... " >&6; }
    1.24           echo "int alfa();" > conftest.h
    1.25 -         $CXX -x c++-header conftest.h -o conftest.hpp.gch
    1.26 +         $CXX -x c++-header conftest.h -o conftest.hpp.gch 2>&5 >&5
    1.27           if test ! -f conftest.hpp.gch; then
    1.28 -             echo Precompiled header is not working!
    1.29               USE_PRECOMPILED_HEADER=0
    1.30               { $as_echo "$as_me:$LINENO: result: no" >&5
    1.31  $as_echo "no" >&6; }
    1.32 @@ -33683,7 +33682,7 @@
    1.33               { $as_echo "$as_me:$LINENO: result: yes" >&5
    1.34  $as_echo "yes" >&6; }
    1.35           fi
    1.36 -         rm -f conftest.h
    1.37 +         rm -f conftest.h conftest.hpp.gch
    1.38      fi
    1.39  fi
    1.40  

mercurial