From: Raja R Harinath Date: Thu, 29 Sep 2005 14:40:48 +0000 (+0000) Subject: * configure.host: Fix syntax error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f134ad5ba9b274e6c10694bed18908f9c49af3b4;p=gc * configure.host: Fix syntax error. svn path=/trunk/mono/; revision=50996 --- diff --git a/ChangeLog b/ChangeLog index 442378cf..2a717e7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-29 Raja R Harinath + + * configure.host: Fix syntax error. + 2005-08-24 Zoltan Varga * win32_threads.c: If GC_INSIDE_DLL is defined, define the DllMain function for automatic registration diff --git a/configure.host b/configure.host index 2904d719..53a47f2b 100644 --- a/configure.host +++ b/configure.host @@ -22,6 +22,7 @@ gc_cflags="" if test :"$GCC": = :yes: ; then + : else case "$host" in hppa*-*-hpux* )