1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

cleanup duplicate line

This commit is contained in:
Yang Tse 2008-07-22 19:13:35 +00:00
parent 1bc490077a
commit e933b28aaf

View File

@ -2626,7 +2626,6 @@ AC_DEFUN([CURL_CHECK_LOCALTIME_R],
AC_MSG_CHECKING(whether localtime_r with -D_REENTRANT is declared)
AC_EGREP_CPP(localtime_r,[
#undef _REENTRANT
#undef _REENTRANT
#define _REENTRANT
#include <time.h>],[
AC_DEFINE(NEED_REENTRANT, 1, [need REENTRANT defined])