diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 6fefeaade3..659ff409ce 100644 --- a/config.make.in +++ b/config.make.in @@ -56,6 +56,7 @@ BUILD_CC = @BUILD_CC@ CFLAGS = @CFLAGS@ AR = @AR@ RANLIB = @RANLIB@ +MAKEINFO = @MAKEINFO@ AS = $(CC) -c # Installation tools. |