Changeset 5317
- Timestamp:
- Oct 13, 2005, 1:19:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r5301 r5317 222 222 dnl ------------------- SWIG options --------------------- 223 223 AC_ARG_ENABLE(perlmodule, 224 [AS_HELP_STRING(-- disable-perlmodule,Disablecreation of perl module)],224 [AS_HELP_STRING(--enable-perlmodule,Enables creation of perl module)], 225 225 [SWIG_REQ="$enableval"], 226 [SWIG_REQ=" yes"])226 [SWIG_REQ="no"]) 227 227 228 228 if test "$SWIG_REQ" == "yes"
Note:
See TracChangeset
for help on using the changeset viewer.
