Changeset 15


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

other minor fixies

Location:
trunk
Files:
2 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 
  • trunk/pbs_drmaa/job.c

    r13 r15  
    205205                        fsd_log_error(("pbs_statjob error: %d, %s, %s", pbs_errno, pbse_to_txt(pbs_errno), pbs_strerror(pbs_errno))); 
    206206#else 
    207 #ifndef PBS_PROFESSIONAL_NO_LOG 
     207#  ifndef PBS_PROFESSIONAL_NO_LOG 
    208208                        fsd_log_error(("pbs_statjob error: %d, %s", pbs_errno, pbse_to_txt(pbs_errno))); 
    209 #else 
     209#  else 
    210210                        fsd_log_error(("pbs_statjob error: %d", pbs_errno)); 
     211#  endif 
    211212#endif 
    212213                        switch( pbs_errno ) 
Note: See TracChangeset for help on using the changeset viewer.