From 9d8c0ead6bc7854b0a635f97d546c7e02b394c2b Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Fri, 16 Jul 1993 20:21:43 +0000 Subject: [PATCH] work around lynxos /bin/sh lossage --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0ed2039ceb..6ddc1af9d4 100755 --- a/configure +++ b/configure @@ -111,7 +111,7 @@ case "${progname}" in ;; esac -for arg in $*; +for arg in $* do # handle things that might have args following as separate words if [ -n "${next_prefix}" ] ; then prefix=${arg} ; prefixoption="-prefix=${prefix}" ; next_prefix= -- 2.34.1