From 837c8ae10f528b16f25f6d103e86d4e7cb0a540f Mon Sep 17 00:00:00 2001 From: iovar Date: Mon, 2 Oct 2006 04:30:23 +0000 Subject: *** empty log message *** git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@82 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recordmydesktop') diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 6850723..ea424d1 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -39,7 +39,7 @@ CFLAGS="${CFLAGS} -Wall -D_THREAD_SAFE -pthread" AC_CHECK_LIB([m],[isnan],,) AC_CHECK_LIB([z],[deflate],,) AC_CHECK_LIB([X11],[XOpenDisplay],,AC_MSG_ERROR([Can't find libX11]), - -L$x_libraries $X_PRE_LIBS) + -L$x_libraries -L/usr/lib $X_PRE_LIBS) AC_CHECK_LIB([Xext],[XShmQueryVersion],,AC_MSG_ERROR([Can't find libXext])) AC_CHECK_LIB([Xfixes], [XFixesQueryExtension],,AC_MSG_ERROR([Can't find libXfixes])) AC_CHECK_LIB([Xdamage], [XDamageQueryExtension],,AC_MSG_ERROR([Can't find libXdamage])) -- cgit v1.2.3