From 03918189506c443594f325a836b54220d36bb5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 13 Apr 2007 20:47:22 +0200 Subject: Fix AC_CHECK_LIB call. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ef336b6e7..8817e3902 100644 --- a/configure.ac +++ b/configure.ac @@ -326,7 +326,7 @@ AC_ARG_WITH([external-libxdg-basedir], if test "x$with_external_libxdg_basedir" = "xyes"; then AC_CHECK_HEADER([basedir.h], , [AC_MSG_ERROR([Unable to find basedir.h for libxdg-basedir])]) - AC_CHECK_LIB([xdg-basedir], , [AC_MSG_ERROR([Unable to find libxdg-basedir])]) + AC_CHECK_LIB([xdg-basedir], [xdgCacheHome], , [AC_MSG_ERROR([Unable to find libxdg-basedir])]) XDG_BASEDIR_CFLAGS='' XDG_BASEDIR_LIBS='-lxdg-basedir' -- cgit v1.2.3