From: devilhorns Date: Tue, 28 Sep 2010 00:10:53 +0000 (+0000) Subject: Unbreak ecore building by using unset correctly....Spankies !!! X-Git-Tag: accepted/2.0/20130306.224007~195^2~591 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2dac99178fd56fe022fc8167019abab5b244f36;p=profile%2Fivi%2Fecore.git Unbreak ecore building by using unset correctly....Spankies !!! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52830 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index ba4b7fb..b44ecc3 100644 --- a/configure.ac +++ b/configure.ac @@ -425,7 +425,7 @@ if test -n "$rt_libs"; then LDFLAGS="$LDFLAGS $rt_libs" AC_CHECK_FUNCS(clock_gettime) LDFLAGS="$_bkp_LDFLAGS" - unset "$_bkp_LDFLAGS" + unset _bkp_LDFLAGS fi # Eina library