IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5317


Ignore:
Timestamp:
Oct 13, 2005, 1:19:51 PM (21 years ago)
Author:
desonia
Message:

made the SWIG module disabled by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r5301 r5317  
    222222dnl ------------------- SWIG options ---------------------
    223223AC_ARG_ENABLE(perlmodule,
    224  [AS_HELP_STRING(--disable-perlmodule,Disable creation of perl module)],
     224 [AS_HELP_STRING(--enable-perlmodule,Enables creation of perl module)],
    225225 [SWIG_REQ="$enableval"],
    226  [SWIG_REQ="yes"])
     226 [SWIG_REQ="no"])
    227227
    228228if test "$SWIG_REQ" == "yes"
Note: See TracChangeset for help on using the changeset viewer.