* configure.in: Test for presence of function on_exit.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 2 Sep 1999 14:51:32 +0000 (14:51 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 2 Sep 1999 14:51:32 +0000 (14:51 +0000)
configure.in

index c74bd6b..e935a84 100644 (file)
@@ -130,7 +130,7 @@ fi
 
 GUILE_DLSYM_USCORE
 
-AC_CHECK_FUNCS(ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep atexit)
+AC_CHECK_FUNCS(ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep atexit on_exit)
 
 ### Some systems don't declare some functions.  On such systems, we
 ### need to at least provide our own K&R-style declarations.