added missing library for build on OS X
authorArun Persaud <arun@nubati.net>
Fri, 6 Nov 2009 03:03:17 +0000 (19:03 -0800)
committerArun Persaud <arun@nubati.net>
Fri, 6 Nov 2009 03:03:17 +0000 (19:03 -0800)
Xmu seems to be missing

configure.ac

index c0121e5..ba82cc2 100644 (file)
@@ -331,7 +331,7 @@ dnl| USE_PTYS=1
 
 dnl| add some libs for OS X
   *-apple-* )
-    X_LIBS="$X_LIBS -lX11 -lXt"    
+    X_LIBS="$X_LIBS -lXmu -lX11 -lXt "    
   ;;
 esac