Changeset 412 for trunk/configure.ac


Ignore:
Timestamp:
Sep 1, 2012, 4:25:30 PM (12 years ago)
Author:
katerina
Message:

Enhancements for ticket #312 (logrotate) and #313 (--enable-suid).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r405 r412  
    805805        ],
    806806        [AC_DEFINE(SH_WITH_MAIL)]
     807)
     808
     809AC_ARG_ENABLE(suid,
     810        [  --enable-suid                allow suid],
     811        [
     812        if test "x${enable_suid}" = xyes; then
     813                AC_DEFINE(SH_ALLOW_SUID, [1], [Define if you want to allow suid execution for samhain])
     814        fi
     815        ]
    807816)
    808817
     
    27592768rules.deb-light
    27602769hp_ux.psf
     2770scripts/logrotate
    27612771scripts/samhain.spec
    27622772scripts/redhat_i386.client.spec
Note: See TracChangeset for help on using the changeset viewer.