Commit 6a9131e7 by DJ Delorie Committed by DJ Delorie

configure.ac (target_header_dir, msdosdjgpp): Remove duplicate gettimeofday entry.

* configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
gettimeofday entry.
* configure: Likewise.

From-SVN: r126704
parent 28114dad
2007-07-17 DJ Delorie <dj@redhat.com>
* configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
gettimeofday entry.
* configure: Likewise.
2007-07-11 Alexandre Oliva <aoliva@redhat.com>
* maint-tool (deps): Output stamp-h instead of config.h.
......
......@@ -6141,7 +6141,7 @@ _ACEOF
*-*-msdosdjgpp)
for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
getcwd getpagesize getrusage gettimeofday gettimeofday \
getcwd getpagesize getrusage gettimeofday \
index insque memchr memcmp memcpy memmove memset psignal \
putenv random rename rindex sbrk setenv stpcpy strcasecmp \
strchr strdup strerror strncasecmp strrchr strstr strtod \
......
......@@ -549,7 +549,7 @@ if test -z "${setobjs}"; then
*-*-msdosdjgpp)
for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
getcwd getpagesize getrusage gettimeofday gettimeofday \
getcwd getpagesize getrusage gettimeofday \
index insque memchr memcmp memcpy memmove memset psignal \
putenv random rename rindex sbrk setenv stpcpy strcasecmp \
strchr strdup strerror strncasecmp strrchr strstr strtod \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment