From 5f0a357b1fad41a237b79f1b687179b54978152b Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 5 Jul 2005 08:44:00 +0000 Subject: [PATCH] try to work around some user's IQ level --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3676e947..d72028bb 100644 --- a/configure.ac +++ b/configure.ac @@ -831,7 +831,9 @@ dnl ============================================== AC_ARG_WITH(appspath, [ --with-gnustepdir=PATH specify the directory for GNUstep applications]) -appspath=$with_gnustepdir +if test "x`echo $with_gnustepdir | grep ^/`" != "x"; then + appspath=$with_gnustepdir +fi if test "x$appspath$GNUSTEP_LOCAL_ROOT" = "x"; then wprefs_base_dir=${prefix} -- 2.11.4.GIT