about summary refs log tree commit diff
path: root/Src/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c
index b843a2399..80c5f1752 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -1583,7 +1583,7 @@ chrealpath(char **junkptr)
 #ifdef HAVE_CANONICALIZE_FILE_NAME
     char *lastpos, *nonreal, *real;
 #else
-# ifdef HAVE_REAL_PATH
+# ifdef HAVE_REALPATH
     char *lastpos, *nonreal, real[PATH_MAX];
 # endif
 #endif