Index: branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
===================================================================
--- branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 34035)
+++ branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 34036)
@@ -33,8 +33,14 @@
 while ("$1" != "") 
  switch ("$1")
-  # options passed by jhbuild or others which we ignore
+  # options passed by build systems which we ignore
   case --enable-maintainer-mode
   case --no-create
   case --no-recursion
+  case --disable-shared
+  case --enable-shared
+  case --disable-static
+  case --enable-static
+   breaksw;
+  # key/value options passed by build systems which we ignore
   case --sbindir*
   case --libexecdir*
@@ -51,12 +57,11 @@
    endif
    breaksw;
-  case --disable-shared
-  case --enable-shared
-  case --disable-static
-  case --enable-static
-    echo ""
-    echo "WARNING: Ohana can't turn shared/static builds on/off."
-    echo ""
-    breaksw;
+  case --enable-no-as-needed
+   set no_as_needed = 1
+   breaksw;
+  case --enable-debug-build
+   set debug_build = 1
+   breaksw;
+  # options used by Ohana, but not gpcsw
   case --vararch
    set vararch = 1
@@ -67,10 +72,4 @@
   case --enable-profile
    set profile = 1
-   breaksw;
-  case --enable-no-as-needed
-   set no_as_needed = 1
-   breaksw;
-  case --enable-debug-build
-   set debug_build = 1
    breaksw;
   case --enable-memcheck
