From 998ae78e9cc8d999b93e582374298be684334efa Mon Sep 17 00:00:00 2001 From: bonzini Date: Wed, 27 Oct 2004 14:42:56 +0000 Subject: 2004-10-27 Paolo Bonzini PR other/17991 * configure.ac: Fix typo. * configure: Regenerate. * fixincl.c (fix_with_system): tSCC is not a pointer. Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89680 138bc75d-0d04-0410-961f-82ee72b054a4 --- fixincludes/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixincludes/configure') diff --git a/fixincludes/configure b/fixincludes/configure index d5da756ada8..b0116f9cad7 100755 --- a/fixincludes/configure +++ b/fixincludes/configure @@ -2347,7 +2347,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # Check whether --enable-twoprocess or --disable-twoprocess was given. if test "${enable_twoprocess+set}" = set; then enableval="$enable_twoprocess" - if test "x$enable_twoprocess" = yes; then + if test "x$enable_twoprocess" = xyes; then TARGET=twoprocess else TARGET=oneprocess -- cgit v1.2.1