diff options
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure index 002891d..67cf1dc 100755 --- a/gas/configure +++ b/gas/configure @@ -14329,8 +14329,10 @@ esac # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : - withval=$with_system_zlib; zlibdir= - zlibinc= + withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then + zlibdir= + zlibinc= + fi fi |