summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f49a88aea3..f5b1858a87 100644
--- a/configure.in
+++ b/configure.in
@@ -526,6 +526,10 @@ case "$target_os" in
esac
case "$target_os" in
+solaris*)
+ AC_DEFINE(SIZEOF_STRUCT_DIRENT_TOO_SMALL, 1)
+ LIBS="-lm $LIBS"
+ ;;
nextstep*) ;;
openstep*) ;;
rhapsody*) ;;