Print a better version string than "$Rev$".
[radsecproxy.git] / configure
index d35c96e..6b9ed73 100755 (executable)
--- a/configure
+++ b/configure
@@ -3529,6 +3529,8 @@ case "${target_os}" in
     TARGET_CFLAGS="-DSYS_SOLARIS9 -D_POSIX_PTHREAD_SEMANTICS"
     if test "$GCC" != yes ; then
       TARGET_CFLAGS="$TARGET_CFLAGS -mt"
+    else
+      TARGET_CFLAGS="$TARGET_CFLAGS -pthreads"
     fi
     TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
     ;;