Ignore:
Timestamp:
Feb 14, 2007, 10:27:31 PM (17 years ago)
Author:
jbarnold
Message:
minor spacing correction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/execsys/configure.in

    r163 r164  
    1717])])
    1818
     19# the second argument should contain no spaces ("[]") if the corresponding
     20# extension is three character long (eg, "php"), and it should contain
     21# one space ("[ ]") if the corresponding extension is two characters long
     22# (eg, "pl")
     23
    1924SUPPORT([pl], [ ])
    2025SUPPORT([php], [])
    2126SUPPORT([py], [ ])
    22 SUPPORT([exe], [ ])
     27SUPPORT([exe], [])
    2328
    2429AC_SUBST(UPD_VARS)
Note: See TracChangeset for help on using the changeset viewer.