diff options
| author | Roland McGrath | 1994-01-08 21:37:31 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-01-08 21:37:31 +0000 |
| commit | 5dd53b997df7ae3844ec2c59fc28dc553c7ff189 (patch) | |
| tree | 909be89a41545a8b50a29f2150c9dd9231383199 | |
| parent | 7088d1cad79c71fa84954e5242cf01f559213ff0 (diff) | |
| download | emacs-5dd53b997df7ae3844ec2c59fc28dc553c7ff189.tar.gz emacs-5dd53b997df7ae3844ec2c59fc28dc553c7ff189.zip | |
Check for strerror.
| -rwxr-xr-x | configure1.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure1.in b/configure1.in index b102222d0c3..1b326058294 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -8,7 +8,7 @@ dnl The following text appears in the resulting `configure' script, | |||
| 8 | dnl explaining how to rebuild it. | 8 | dnl explaining how to rebuild it. |
| 9 | [#!/bin/sh | 9 | [#!/bin/sh |
| 10 | #### Configuration script for GNU Emacs | 10 | #### Configuration script for GNU Emacs |
| 11 | #### Copyright (C) 1992 Free Software Foundation, Inc. | 11 | #### Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | ### Don't edit this script! | 13 | ### Don't edit this script! |
| 14 | ### This script was automatically generated by the `autoconf' program | 14 | ### This script was automatically generated by the `autoconf' program |
| @@ -21,7 +21,7 @@ dnl explaining how to rebuild it. | |||
| 21 | 21 | ||
| 22 | ### GNU Emacs is free software; you can redistribute it and/or modify | 22 | ### GNU Emacs is free software; you can redistribute it and/or modify |
| 23 | ### it under the terms of the GNU General Public License as published by | 23 | ### it under the terms of the GNU General Public License as published by |
| 24 | ### the Free Software Foundation; either version 1, or (at your option) | 24 | ### the Free Software Foundation; either version 2, or (at your option) |
| 25 | ### any later version. | 25 | ### any later version. |
| 26 | 26 | ||
| 27 | ### GNU Emacs is distributed in the hope that it will be useful, | 27 | ### GNU Emacs is distributed in the hope that it will be useful, |
| @@ -1274,7 +1274,8 @@ AC_ALLOCA | |||
| 1274 | 1274 | ||
| 1275 | # logb and frexp are found in -lm on most systems. | 1275 | # logb and frexp are found in -lm on most systems. |
| 1276 | AC_HAVE_LIBRARY(-lm) | 1276 | AC_HAVE_LIBRARY(-lm) |
| 1277 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy bcmp logb frexp ftime res_init setsid) | 1277 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
| 1278 | random bcopy bcmp logb frexp ftime res_init setsid strerror) | ||
| 1278 | 1279 | ||
| 1279 | ok_so_far=true | 1280 | ok_so_far=true |
| 1280 | AC_FUNC_CHECK(socket, , ok_so_far=) | 1281 | AC_FUNC_CHECK(socket, , ok_so_far=) |