- Timestamp:
- 04/20/11 18:19:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/ax_pbs.m4
r14 r15 60 60 AH_TEMPLATE([PBS_PROFESSIONAL_NO_LOG], [Do not use liblog while linking with PBS Professional]) 61 61 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 62 if test x"$enable_pbs_log" != "xno"; then 67 63 ax_pbs_lib_log=" -llog" 68 64 else
Note: See TracChangeset
for help on using the changeset viewer.