]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libvtv/configure.ac
Fix logging to not use /tmp or the current directory...
[thirdparty/gcc.git] / libvtv / configure.ac
index 4724312261600bf238be00ee4e72a53dac44d5b9..60350dfccc364c10d7788c603dc3bb2bed4d9609 100644 (file)
@@ -91,6 +91,12 @@ esac
 AC_SUBST(toolexecdir)
 AC_SUBST(toolexeclibdir)
 
+AC_GNU_SOURCE
+AC_CHECK_FUNCS([__secure_getenv])
+
+AC_GNU_SOURCE
+AC_CHECK_FUNCS([secure_getenv])
+
 # Check for programs.
 m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
 m4_define([_AC_ARG_VAR_PRECIOUS],[])