forked from github/server
mac builds using gcc do not need autoconf.
need to find a differnt way to test autoconf.
This commit is contained in:
parent
2f81dc16b2
commit
14b5c0f922
1 changed files with 0 additions and 3 deletions
|
@ -83,8 +83,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#undef USE_AUTOCONF
|
||||
#elif __GNUC__
|
||||
#include <features.h>
|
||||
#if __GLIBC__ >= 2
|
||||
# define _POSIX_C_SOURCE 200809L
|
||||
# undef _DEFAULT_SOURCE
|
||||
# define _DEFAULT_SOURCE
|
||||
|
@ -96,7 +94,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
# define HAVE_UNISTD_H
|
||||
# undef USE_AUTOCONF
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_AUTOCONF
|
||||
#include <autoconf.h>
|
||||
|
|
Loading…
Reference in a new issue