]> granicus.if.org Git - sudo/commitdiff
HP-UX 10.20 libc has an incompatible getline
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 12 Oct 2010 13:24:24 +0000 (09:24 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 12 Oct 2010 13:24:24 +0000 (09:24 -0400)
configure
configure.in

index 6d3277c3daaf7c7629f283ceab7a6d7921be9bd5..19da65c3096b6caf14ff08deb24baa7a5593dabb 100755 (executable)
--- a/configure
+++ b/configure
@@ -12949,6 +12949,8 @@ $as_echo "$sudo_cv_var_daportable" >&6; }
                        *-*-hpux10.*)
                            shadow_funcs="getprpwnam iscomsec"
                            shadow_libs="-lsec"
+                           # HP-UX 10.20 libc has an incompatible getline
+                           ac_cv_func_getline="no"
                        ;;
                        *)
                            shadow_funcs="getspnam iscomsec"
index 2f859c202effa54c279111c5a323ba34cfbdd289..bed36e94faf58ef0cfb857a01fceaf234b30e868 100644 (file)
@@ -1546,6 +1546,8 @@ case "$host" in
                        *-*-hpux10.*)
                            shadow_funcs="getprpwnam iscomsec"
                            shadow_libs="-lsec"
+                           # HP-UX 10.20 libc has an incompatible getline
+                           ac_cv_func_getline="no"
                        ;;
                        *)
                            shadow_funcs="getspnam iscomsec"