diff options
Diffstat (limited to 'sim/rl78/configure')
-rwxr-xr-x | sim/rl78/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/rl78/configure b/sim/rl78/configure index e8bc205..b0e2f08 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -8684,8 +8684,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : |