Changeset 15 for trunk/m4


Ignore:
Timestamp:
04/20/11 18:19:04 (13 years ago)
Author:
mmamonski
Message:

other minor fixies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/ax_pbs.m4

    r14 r15  
    6060AH_TEMPLATE([PBS_PROFESSIONAL_NO_LOG], [Do not use liblog while linking with PBS Professional]) 
    6161 
    62 AS_IF([test "x$enable_foo" != "xno"], [ 
    63   dnl Do the stuff needed for enabling the feature 
    64 ]) 
    65  
    66 if test x"$enable-pbs-log" != "xno"; then 
     62if test x"$enable_pbs_log" != "xno"; then 
    6763        ax_pbs_lib_log=" -llog" 
    6864else 
Note: See TracChangeset for help on using the changeset viewer.