Remove test for MacOS X. That one breaks some MacOS X systems.

merge-requests/1/head
Henning Geinitz 2003-05-02 09:42:23 +00:00
rodzic e93322e28d
commit 12a842efaa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@
#define lalloca_h
/* AIX requires this to be the first thing in the file. */
#if defined(__GNUC__) && !defined(HAVE_NSLINKMODULE)
#if defined(__GNUC__)
# define alloca __builtin_alloca
#else
# if HAVE_ALLOCA_H