From fbb06f635fc25f8f5c1dc966d2b7af31217f0b35 Mon Sep 17 00:00:00 2001 From: Francesco Prelz Date: Mon, 15 Oct 2012 16:45:33 +0200 Subject: [PATCH] Restored default location of Globus to /opt/globus. --- project/globus.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/globus.m4 b/project/globus.m4 index f6e519d6..9e4edfd7 100644 --- a/project/globus.m4 +++ b/project/globus.m4 @@ -24,9 +24,9 @@ dnl - GLOBUS_LDAP_THR_LIBS AC_DEFUN([AC_GLOBUS], [ AC_ARG_WITH(globus_prefix, - [ --with-globus-prefix=PFX prefix where GLOBUS is installed. ($GLOBUS_LOCATION or /usr or pkg-config)], + [ --with-globus-prefix=PFX prefix where GLOBUS is installed. ($GLOBUS_LOCATION or /opt/globus or pkg-config)], [], - with_globus_prefix=${GLOBUS_LOCATION:-/usr}) + with_globus_prefix=${GLOBUS_LOCATION:-/opt/globus}) AC_ARG_WITH(globus_nothr_flavor, [ --with-globus-nothr-flavor=flavor [default=gcc32dbg]],