comparison src/config.sml.in @ 1368:b2bc8bcd546f

Switch from libmhash to OpenSSL
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 11:13:37 -0500
parents e12cef71aa1a
children 969b90b1f2f9
comparison
equal deleted inserted replaced
1367:8301ee4ab58c 1368:b2bc8bcd546f
11 file = "c"} 11 file = "c"}
12 val libJs = OS.Path.joinDirFile {dir = lib, 12 val libJs = OS.Path.joinDirFile {dir = lib,
13 file = "js"} 13 file = "js"}
14 14
15 val gccArgs = "@GCCARGS@" 15 val gccArgs = "@GCCARGS@"
16 val libMhash = "@MHASH_LIB_DIR@" 16 val openssl = "@OPENSSL_LDFLAGS@ @OPENSSL_LIBS@"
17 17
18 end 18 end