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 652f10ec13..69d4fcbdea 100644 --- a/config.make.in +++ b/config.make.in @@ -29,6 +29,7 @@ build-omitfp = @omitfp@ CC = @CC@ AR = @AR@ RANLIB = @RANLIB@ +AS = $(CC) -c # Installation tools. INSTALL = @INSTALL@ |