Skip to content

Commit

Permalink
Restored default location of Globus to /opt/globus.
Browse files Browse the repository at this point in the history
  • Loading branch information
prelz committed Oct 15, 2012
1 parent e4aa6ab commit fbb06f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/globus.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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]],
Expand Down

0 comments on commit fbb06f6

Please sign in to comment.