summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cf4a7e7..3037c59 100644
--- a/configure.in
+++ b/configure.in
@@ -747,7 +747,7 @@ AC_SUBST(H5_VERSION)
AC_SUBST(CONFIG_DATE) CONFIG_DATE=`date`
# User doing the configuration
-AC_SUBST(CONFIG_USER) CONFIG_USER="$USER@`hostname`"
+AC_SUBST(CONFIG_USER) CONFIG_USER="`whoami`@`hostname`"
if test "X-$ORGANIZATION" != "X-"; then
CONFIG_USER="$CONFIG_USER at $ORGANIZATION"
fi