diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-12-09 22:20:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-12-09 22:20:33 +0000 |
commit | c8b76cd5a63abd7d42595471c5a4743571ab01e0 (patch) | |
tree | 12f65af1885d98dbb86018d477c0578c659f1161 /usr.bin/sudo/configure | |
parent | cd98015792b4db7d70d5bb92929b139125d87ffa (diff) |
sync with sudo cvs repo
Diffstat (limited to 'usr.bin/sudo/configure')
-rw-r--r-- | usr.bin/sudo/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/sudo/configure b/usr.bin/sudo/configure index f6384086e9c..0bf4e23cf85 100644 --- a/usr.bin/sudo/configure +++ b/usr.bin/sudo/configure @@ -12058,6 +12058,10 @@ done : ${mansectsu='1m'} : ${mansectform='4'} + # HP-UX bundled compiler can't generate shared objects + if test "x$ac_cv_prog_cc_c89" = "xno"; then + with_noexec=no + fi case "$host" in *-*-hpux1-8.*) cat >>confdefs.h <<\_ACEOF @@ -24917,5 +24921,3 @@ fi - - |