define _GNU_SOURCE when running tests - it's needed to see all the

extensions that we test for on glibc-based systems such as Linux


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11241 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2002-08-27 21:47:22 +00:00
parent 473718f2d9
commit 91fcba2a1c

View File

@@ -51,6 +51,12 @@ case "$host" in
;;
esac
dnl
dnl this is needed to run the configure tests against glibc
dnl
AC_DEFINE(_GNU_SOURCE, 1, [defining this enables extensions on glibc-based systems such as Linux])
AC_OBJEXT
AC_EXEEXT