]> 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:03 +0000 (09:24 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 12 Oct 2010 13:24:03 +0000 (09:24 -0400)
--HG--
branch : 1.7

configure
configure.in

index e217b14b6387155865b951bfe213121845991027..5fb8c003c810c8d5e851d679aa07d5e3c18172cb 100755 (executable)
--- a/configure
+++ b/configure
@@ -12963,6 +12963,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 cefa4aa5c109126fd62d1d8f2c0688af91e67b97..7bdbd6882ecfad865656ab85407949d941b3b8ce 100644 (file)
@@ -1532,6 +1532,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"