aboutsummaryrefslogtreecommitdiffstats
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 f881cd82f1..1e32b7db9c 100644
--- a/configure.in
+++ b/configure.in
@@ -750,6 +750,10 @@ when(*)
esac
case "$target_os" in
+when(solaris*)
+ AC_DEFINE(SIZEOF_STRUCT_DIRENT_TOO_SMALL, 1)
+ LIBS="-lm $LIBS"
+ ;;
when(nextstep*) ;;
when(openstep*) ;;
when(rhapsody*) ;;