| Index: config/lib-link.m4
|
| diff --git a/config/lib-link.m4 b/config/lib-link.m4
|
| index eeb200d266db84b74456a376eabd7cb6f365fbb3..2e9823f3265e1cd151da4b0abaa2a8d15fe25e18 100644
|
| --- a/config/lib-link.m4
|
| +++ b/config/lib-link.m4
|
| @@ -350,7 +350,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
|
| if test "X$additional_includedir" = "X/usr/local/include"; then
|
| if test -n "$GCC"; then
|
| case $host_os in
|
| - linux*) haveit=yes;;
|
| + linux* | nacl*) haveit=yes;;
|
| esac
|
| fi
|
| fi
|
| @@ -399,7 +399,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
|
| if test "X$additional_libdir" = "X/usr/local/lib"; then
|
| if test -n "$GCC"; then
|
| case $host_os in
|
| - linux*) haveit=yes;;
|
| + linux* | nacl*) haveit=yes;;
|
| esac
|
| fi
|
| fi
|
|
|