about summary refs log tree commit diff
path: root/malloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index d482879046..84339d13cc 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -78,7 +78,7 @@ install-bin-script += memusage
 generated += memusagestat memusage
 extra-objs += memusagestat.o
 
-# The configure.in check for libgd and its headers did not use $SYSINCLUDES.
+# The configure.ac check for libgd and its headers did not use $SYSINCLUDES.
 # The directory specified by --with-headers usually contains only the basic
 # kernel interface headers, not something like libgd.  So the simplest thing
 # is to presume that the standard system headers will be ok for this file.