From ab503d1282c5c9e0f9e173d9eb9485e8fa3c20ff Mon Sep 17 00:00:00 2001 From: gstaples Date: Sat, 22 Jul 2006 00:41:52 +0000 Subject: [PATCH] Fix --with-pbs for old openpbs-style build system git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@64 3f5042e3-fb1d-0410-be18-d6ca2573e517 --- configure | 2 -- configure.ac | 2 -- 2 files changed, 4 deletions(-) diff --git a/configure b/configure index a1e31c8..cd848fd 100755 --- a/configure +++ b/configure @@ -2347,8 +2347,6 @@ if test "$PBSTARGETDIR" != 'FALSE'; then PBSTARGETDIR=`$PBSTARGETDIR/pbs-config --prefix` elif test -f "$PBSTARGETDIR"; then PBSTARGETDIR=`$PBSTARGETDIR --prefix` - else - PBSTARGETDIR='/usr/local' fi if test "$RMTYPE" = ''; then RMTYPE=PBS diff --git a/configure.ac b/configure.ac index 4d898ca..161432d 100644 --- a/configure.ac +++ b/configure.ac @@ -147,8 +147,6 @@ if test "$PBSTARGETDIR" != 'FALSE'; then PBSTARGETDIR=`$PBSTARGETDIR/pbs-config --prefix` elif test -f "$PBSTARGETDIR"; then PBSTARGETDIR=`$PBSTARGETDIR --prefix` - else - PBSTARGETDIR='/usr/local' fi if test "$RMTYPE" = ''; then RMTYPE=PBS