Changeset 874

Show
Ignore:
Timestamp:
05/01/08 21:26:36 (4 months ago)
Author:
shanoah
Message:

Fix the configuration options --with-noinstall and --with-setgid=NAME so they are actually selectable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r831 r874  
    2020        if test "x$with_setgid" != "x"; then 
    2121                wsetgid=yes 
    22         fi 
    23 fi 
    24  
     22                with_private_dirs= 
     23        fi 
     24fi 
     25if test "x$with_noinstall" == "xyes"; then 
     26        with_private_dirs= 
     27fi 
     28#if test "x$with_segtid" == "xyes"; then 
     29#       with_private_dirs= 
     30#fi 
    2531if test "x$wsetgid$with_private_dirs$with_noinstall" != "xyes";  then 
    2632