Set zlibdir/zlibinc with top_builddir/top_srcdir
[deliverable/binutils-gdb.git] / config / zlib.m4
index aa3ac48692b6e2995730ebe25e5369049742cfb7..afa57d112e74f03948b7c43071f62e48422ced6b 100644 (file)
@@ -5,8 +5,8 @@ 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])],
   if test x$with_system_zlib = xyes ; then
This page took 0.022834 seconds and 4 git commands to generate.