Index: /trunk/Ohana/configure.tcsh
===================================================================
--- /trunk/Ohana/configure.tcsh	(revision 14263)
+++ /trunk/Ohana/configure.tcsh	(revision 14264)
@@ -38,5 +38,9 @@
    # we need to strip the --opt word and --opt=word versions
    set word = `echo $1 | tr = ' '`
-   if ($#word == 1) shift
+   if ($#word == 1) then
+     if ($#argv > 1) then
+      shift
+     endif
+   endif
    breaksw;
   case --vararch
