From: Daniel Hokka Zakrisson Date: Tue, 12 Sep 2006 17:19:50 +0000 (+0000) Subject: Add ugly hack to workaround yum's problems with file:////. X-Git-Tag: release-0.30.211~46 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8f810e61ec2fadfd724db93f8933b4e6523416;p=util-vserver.git Add ugly hack to workaround yum's problems with file:////. (https://savannah.nongnu.org/bugs/?15517) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2309 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/configure.ac b/configure.ac index 9843756..e8d901e 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,10 @@ ENSC_PATHPROG(XSLTPROC, xsltproc, [:]) AM_CONDITIONAL(HAVE_XSLTP, test "$XSLTP" != ':') AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != ':') - + +if test x"$prefix" = x/; then + prefix= +fi ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W]) ENSC_CHECK_CXX_FLAG([-ansi -Wall -pedantic -W -fmessage-length=0])