Changeset 1754 for trunk/acinclude.m4


Ignore:
Timestamp:
14/11/11 14:32:57 (6 months ago)
Author:
Freddie Akeroyd
Message:

Enable python by default. Refs #302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/acinclude.m4

    r1539 r1754  
    125125#                                 path/bin/files and then work out path 
    126126# $4 = file in path to locate 
     127# $5 = default withval 
    127128# 
    128129# e.g. AC_CHECK_ROOT([tcl],[TCLROOT],[/usr /usr/local],[include/tcl.h]) 
     
    136137                       [Specify absolute path to root of $1 install directory.]), 
    137138        [if test x$withval != xno -a x$withval != xyes; then $2=$withval; fi],  
    138         [with_$1=no]) 
     139        [with_$1=$5]) 
    139140    if test x$with_$1 != xno; then 
    140141        AC_MSG_CHECKING(for $1 root installation directory) 
Note: See TracChangeset for help on using the changeset viewer.