Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 1002:8ad76ddbdc58
prev989:7baf5ecd8e98
next1015:ad448bedc48a
author nkeynes
date Sat Apr 11 03:28:01 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Update sh4_translate_end_block_size() to have the correct backpatch sizes
(with recent changes there)
file annotate diff log raw
1.1 --- a/configure.in Sat Feb 28 06:26:48 2009 +0000
1.2 +++ b/configure.in Sat Apr 11 03:28:01 2009 +0000
1.3 @@ -138,7 +138,8 @@
1.4 AC_DEFINE(HAVE_FRAME_ADDRESS, [1], [Define if we have a working builtin frame_address])
1.5 ], [ AC_MSG_WARN([Memory exceptions will be slow]) ])
1.6
1.7 -
1.8 +AC_SEARCH_LIBS(listen, [socket])
1.9 +AC_SEARCH_LIBS(inet_ntoa,[nsl])
1.10
1.11 dnl ----------- Check for mandatory dependencies --------------
1.12 dnl Check for libpng (required)
.