]> granicus.if.org Git - python/commitdiff
Remove configure test for getline(), since it's no longer used at all
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 8 Jan 2001 17:58:56 +0000 (17:58 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 8 Jan 2001 17:58:56 +0000 (17:58 +0000)
config.h.in
configure
configure.in

index f7f886b2843e5c53216db0149013e1dbfc94207d..ee205202c907fb55d7e3723f2b82c48e17d3a3ab 100644 (file)
 /* Define if you have the gethostbyname function.  */
 #undef HAVE_GETHOSTBYNAME
 
-/* Define if you have the getline function.  */
-#undef HAVE_GETLINE
-
 /* Define if you have the getlogin function.  */
 #undef HAVE_GETLOGIN
 
index 4256bc42079173919f5b40904dbf21e9252663fe..fed8a06d4f224628938b7877eff244f79b09b6b6 100755 (executable)
--- a/configure
+++ b/configure
@@ -4058,7 +4058,7 @@ fi
 # checks for library functions
 for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
  flock fork fsync fdatasync fpathconf ftime ftruncate \
- getgroups getline getlogin getpeername getpid getpwent getwd \
+ getgroups getlogin getpeername getpid getpwent getwd \
  kill link lstat mkfifo mktime mremap \
  nice pathconf pause plock poll pthread_init \
  putenv readlink \
index 77ab0a3a88f0b6997d28c047a7d1df079c3ce99c..a27a6ed6ff27b935f2043afdbbdb87b5629bc35b 100644 (file)
@@ -976,7 +976,7 @@ fi
 # checks for library functions
 AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
  flock fork fsync fdatasync fpathconf ftime ftruncate \
- getgroups getline getlogin getpeername getpid getpwent getwd \
+ getgroups getlogin getpeername getpid getpwent getwd \
  kill link lstat mkfifo mktime mremap \
  nice pathconf pause plock poll pthread_init \
  putenv readlink \