Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / config / zlib.m4
index 366429568e99eb2dda46b6470a9ad20531994f96..afa57d112e74f03948b7c43071f62e48422ced6b 100644 (file)
@@ -5,12 +5,14 @@ dnl --with-system-zlib.
 AC_DEFUN([AM_ZLIB],
 [
   # Use the system's zlib library.
-  zlibdir=-L../zlib
-  zlibinc="-I\$(srcdir)/../zlib"
+  zlibdir="-L\$(top_builddir)/../zlib"
+  zlibinc="-I\$(top_srcdir)/../zlib"
   AC_ARG_WITH(system-zlib,
   [AS_HELP_STRING([--with-system-zlib], [use installed libz])],
-  zlibdir=
-  zlibinc=
+  if test x$with_system_zlib = xyes ; then
+    zlibdir=
+    zlibinc=
+  fi
   )
   AC_SUBST(zlibdir)
   AC_SUBST(zlibinc)
This page took 0.023408 seconds and 4 git commands to generate.