diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-08 13:08:03 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-08 13:08:03 +0100 |
commit | c2a532a84ea43c7ea3a5a6d29d66914d41b56156 (patch) | |
tree | a835a1c085eb553cd42096caac3431859bac4f3d /distrib/configure.ac.in | |
parent | 46b5c197f9f2c8ed012251289400fbc7189b1acb (diff) | |
download | haskell-c2a532a84ea43c7ea3a5a6d29d66914d41b56156.tar.gz |
Set the value of Unregisterised in the bindist configure.ac
Now that it's included in settings, the bindist configure script needs
to know it.
Diffstat (limited to 'distrib/configure.ac.in')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 767ba4c540..280d9e3f34 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -33,6 +33,9 @@ AC_SUBST(CrossCompiling) # BuildingCrossCompiler OR PortingCompiler AC_SUBST(CrossCompilePrefix) AC_SUBST(TargetPlatformFull) +Unregisterised="@Unregisterised@" +AC_SUBST(Unregisterised) + # dnl ** Check Perl installation ** # |