summaryrefslogtreecommitdiff
path: root/gnuglob.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnuglob.c')
-rw-r--r--gnuglob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuglob.c b/gnuglob.c
index da758bc170..32068e42d9 100644
--- a/gnuglob.c
+++ b/gnuglob.c
@@ -86,7 +86,7 @@ extern void bcopy ();
# endif /* !RISC6000 */
#endif /* USG */
-#if defined(sparc) && !defined(__GNUC__)
+#if defined(HAVE_ALLOCA_H) && !defined(__GNUC__)
#include <alloca.h>
#else
char *alloca ();