Install the RTS from a bindist correctly
[ghc-hetmet.git] / distrib / configure-bin.ac
index fd8c2f1..0d01388 100644 (file)
@@ -132,6 +132,11 @@ dnl ** how to do symlinks **
 AC_PROG_LN_S()
 
 #
+dnl ** how to invoke `ar' and `ranlib'
+#
+FP_PROG_AR_NEEDS_RANLIB
+
+#
 dnl ** Find the path to sed **
 #
 AC_PATH_PROG(SedCmd,sed)