From e27c3f93d4a5e092e27b9e66265214fc48166a37 Mon Sep 17 00:00:00 2001 From: iovar Date: Wed, 4 Oct 2006 16:34:55 +0000 Subject: minor additions-changes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@83 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recordmydesktop/configure.ac') diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index ea424d1..6850723 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 -L/usr/lib $X_PRE_LIBS) + -L$x_libraries $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