From: Matthias Clasen Date: Fri, 12 Jan 2007 15:54:00 +0000 (+0000) Subject: fix the build X-Git-Tag: GLIB_2_13_0~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef73c1c05f1c0dbcf034c42feae5c4e493b9afd2;p=platform%2Fupstream%2Fglib.git fix the build svn path=/trunk/; revision=5247 --- diff --git a/configure.in b/configure.in index f0400c2a2..dd35c9429 100644 --- a/configure.in +++ b/configure.in @@ -2438,7 +2438,7 @@ _______EOF #else #define G_HAVE_GNUC_VISIBILITY 1 #define G_GNUC_INTERNAL __attribute__((visibility("hidden"))) -#fi +#endif _______EOF else cat >>$outfile <<_______EOF