]> granicus.if.org Git - gc/commitdiff
* configure.host: Fix syntax error.
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 29 Sep 2005 14:40:48 +0000 (14:40 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:26:12 +0000 (15:26 +0400)
svn path=/trunk/mono/; revision=50996

ChangeLog
configure.host

index 442378cf8cea4f3ca6c86587a7a6743247c89afd..2a717e7eed980a3ef35ca5334520095f5a3689f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-29  Raja R Harinath  <harinath@gmail.com>
+
+       * configure.host: Fix syntax error.
+
 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
 
        * win32_threads.c: If GC_INSIDE_DLL is defined, define the DllMain function for automatic registration
index 2904d719471ee44f7d992b15cae76012eadaa233..53a47f2b623a6ad03fd14493e94a8cb5bf255fbd 100644 (file)
@@ -22,6 +22,7 @@
 gc_cflags=""
 
 if test :"$GCC": = :yes: ; then
+    :
 else
     case "$host" in 
         hppa*-*-hpux* )