fixed build on OS X
authorArun Persaud <arun@nubati.net>
Sun, 23 Aug 2009 21:24:38 +0000 (14:24 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 23 Aug 2009 21:24:38 +0000 (14:24 -0700)
this seems to fix it. Bug reported by Louis Zulli who also did the testing.

configure.ac

index dd1123f..afc915a 100644 (file)
@@ -328,6 +328,11 @@ dnl| USE_PTYS=1
       CONF_CFLAGS="-fwritable-strings"
     fi
   ;;
+
+dnl| add some libs for OS X
+  *-apple-* )
+    X_LIBS="$X_LIBS -lX11 -lXt"    
+  ;;
 esac
 
 AC_ARG_ENABLE( [xpm],