]> code.delx.au - gnu-emacs/blobdiff - m4/secure_getenv.m4
Prevent bar cursor overwriting next glyph (bug#16856)
[gnu-emacs] / m4 / secure_getenv.m4
index 6afe89fda57ba4329b0d21b7f4ad38f1e3477d07..3983173603a07312ec0d991feecd652641528335 100644 (file)
@@ -1,5 +1,5 @@
 # Look up an environment variable more securely.
-dnl Copyright 2013-2015 Free Software Foundation, Inc.
+dnl Copyright 2013-2016 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -22,4 +22,5 @@ AC_DEFUN([gl_PREREQ_SECURE_GETENV], [
   if test $ac_cv_func___secure_getenv = no; then
     AC_CHECK_FUNCS([issetugid])
   fi
+  AC_CHECK_FUNCS_ONCE([getuid geteuid getgid getegid])
 ])