patches/gnome-panel-15-lXau.diff
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8382 5340d1f7700f
child 9147 3d91c998b3e1
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.

--- gnome-panel-2.15.92.old/configure.in	2006-08-23 10:44:19.575470000 +0100
+++ gnome-panel-2.15.92/configure.in	2006-08-23 10:45:37.800195000 +0100
@@ -211,6 +211,7 @@
     AC_MSG_ERROR([X development libraries not found])
   else
     X_LIBS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
+    AC_CHECK_LIB(Xau, XauFileName, [X_LIBS="$X_LIBS -lXau"])
   fi
 fi