diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-12-01 07:19:18 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-12-01 07:19:18 +0000 |
commit | 688aa066a15a48c22712bb2d952ddaa9c23e2f55 (patch) | |
tree | cccbdb76976751afe17835a01c95f68e0e0f6e44 /configure.ac | |
parent | f4a5f7a8322949c2c6ddc296aaeabfd38f586721 (diff) | |
download | enlightenment-688aa066a15a48c22712bb2d952ddaa9c23e2f55.tar.gz |
E17: define htonl correctly
SVN revision: 79960
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 55831e8bda..6aaa9d0db1 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_CHECK_FUNCS(unsetenv) efl_version="1.7.0" -AC_CHECK_HEADERS([sys/timerfd.h sys/ptrace.h]) +AC_CHECK_HEADERS([sys/timerfd.h sys/ptrace.h arpa/inet.h netinet/in.h]) dnl AC_CHECK_HEADERS(X11/extensions/shape.h,, AC_MSG_ERROR([Cannot find X11/extensions/shape.h. Make sure your CFLAGS environment variable contains include lines for the location of this file])) |