Index: trunk/Ohana/configure.tcsh
===================================================================
--- trunk/Ohana/configure.tcsh	(revision 19534)
+++ trunk/Ohana/configure.tcsh	(revision 19563)
@@ -135,4 +135,12 @@
    echo "Unknown option: $1"
    goto usage
+  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;
   default:
    set args=($args $1);
