diff options
author | Andrew Waterman <waterman@eecs.berkeley.edu> | 2014-01-24 01:35:13 -0800 |
---|---|---|
committer | Andrew Waterman <waterman@eecs.berkeley.edu> | 2014-01-24 01:35:13 -0800 |
commit | 287a1f87ca850b3583c27a1f178aaee28e02f2df (patch) | |
tree | 9f99a01d72843600d145038a727f39f387099f8f /config.h.in | |
parent | 816893bbe79b6cdd6107ec020b5265a5253694c6 (diff) | |
download | spike-287a1f87ca850b3583c27a1f178aaee28e02f2df.zip spike-287a1f87ca850b3583c27a1f178aaee28e02f2df.tar.gz spike-287a1f87ca850b3583c27a1f178aaee28e02f2df.tar.bz2 |
Require libdl for dynamic linking at runtime
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 43d6cec..9272c1b 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the `dl' library (-ldl). */ +#undef HAVE_LIBDL + /* Define to 1 if you have the `fesvr' library (-lfesvr). */ #undef HAVE_LIBFESVR |