From: Karl Heuer Date: Fri, 4 Feb 1994 20:21:21 +0000 (+0000) Subject: (drem): Check for this function. X-Git-Tag: emacs-19.34~10073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbfe5099ddd26828fb640375026f97bd5689a727;p=emacs.git (drem): Check for this function. --- diff --git a/configure1.in b/configure1.in index b440aa07afd..5d292352725 100755 --- a/configure1.in +++ b/configure1.in @@ -1336,7 +1336,7 @@ AC_ALLOCA # logb and frexp are found in -lm on most systems. AC_HAVE_LIBRARY(-lm) AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ -random bcopy bcmp logb frexp fmod ftime res_init setsid strerror) +random bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=)