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:
@@ -51,6 +51,12 @@ case "$host" in
|
|||||||
;;
|
;;
|
||||||
esac
|
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_OBJEXT
|
||||||
AC_EXEEXT
|
AC_EXEEXT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user