IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19563


Ignore:
Timestamp:
Sep 15, 2008, 2:45:51 PM (18 years ago)
Author:
Paul Price
Message:

Adding trap for "--disable-shared" etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r18933 r19563  
    135135   echo "Unknown option: $1"
    136136   goto usage
     137  case --disable-shared:
     138  case --enable-shared:
     139  case --disable-static:
     140  case --enable-static:
     141    echo ""
     142    echo "WARNING: Ohana can't turn shared/static builds on/off."
     143    echo ""
     144    breaksw;
    137145  default:
    138146   set args=($args $1);
Note: See TracChangeset for help on using the changeset viewer.