From: raster Date: Mon, 22 Sep 2008 11:14:32 +0000 (+0000) Subject: oops - objc even tho i made it optional.. i had it ALSO put in afterwards X-Git-Tag: build/2012-07-04.173327~2880 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55639a96b8afff6f12c5089c672cbfa0589400f2;p=profile%2Fivi%2Fecore.git oops - objc even tho i made it optional.. i had it ALSO put in afterwards hard-coded. fixed. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@36161 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.in b/configure.in index c967486..74ef3df 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,6 @@ m4_ifdef([AC_PROG_OBJC], AC_SUBST([OBJC]) AC_SUBST([OBJCFLAGS]) ]) -AC_PROG_OBJC AC_HEADER_STDC AC_C_CONST AC_CHECK_SIZEOF(int, 4)