diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-26 16:06:28 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-06 08:05:57 -0500 |
commit | ce9e2a1a9307bf43ead278dd1fc8db4325d82340 (patch) | |
tree | bd134ac511b2d20755290d9b63505cffeb2a9518 /distrib | |
parent | 3ce18700f80a12c48a029b49c6201ad2410071bb (diff) | |
download | haskell-ce9e2a1a9307bf43ead278dd1fc8db4325d82340.tar.gz |
configure: Add --with-libdw-{includes,libraries} flags
Fixing #17255.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index aa3470a9b1..027df47db8 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -26,6 +26,10 @@ FFILibDir=@FFILibDir@ AC_SUBST(FFILibDir) AC_SUBST(FFIIncludeDir) +LibdwIncludeDir=@LibdwIncludeDir@ +LibdwLibDir=@LibdwLibDir@ +AC_SUBST(LibdwLibDir) +AC_SUBST(LibdwIncludeDir) # We have to run these unconditionally as FPTOOLS_SET_PLATFORM_VARS wants the # values it computes. |