You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by da...@apache.org on 2007/07/13 00:18:47 UTC

svn commit: r555794 - /apr/apr-iconv/trunk/configure.in

Author: davi
Date: Thu Jul 12 15:18:45 2007
New Revision: 555794

URL: http://svn.apache.org/viewvc?view=rev&rev=555794
Log:
Set the $prefix variable to the default prefix path if none was specified (with --prefix).
PR: 42658

Modified:
    apr/apr-iconv/trunk/configure.in

Modified: apr/apr-iconv/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/configure.in?view=diff&rev=555794&r1=555793&r2=555794
==============================================================================
--- apr/apr-iconv/trunk/configure.in (original)
+++ apr/apr-iconv/trunk/configure.in Thu Jul 12 15:18:45 2007
@@ -28,6 +28,9 @@
   USE_VPATH=1
 fi
 
+dnl Default prefix path if none was specified
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+
 dnl check for APR
 API_FIND_APR