diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-04 16:34:55 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-04 16:34:55 +0000 |
commit | e27c3f93d4a5e092e27b9e66265214fc48166a37 (patch) | |
tree | 5ec47cf474f3192c915e01ab2bcd8653b839a311 /recordmydesktop/configure.ac | |
parent | 837c8ae10f528b16f25f6d103e86d4e7cb0a540f (diff) |
minor additions-changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@83 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/configure.ac')
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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])) |