summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-03-09 18:39:28 +0000
committerBenedikt Meurer <benny@xfce.org>2006-03-09 18:39:28 +0000
commit2c4a8c918e785e7de319275f6d3d97843ea82cb0 (patch)
tree1be8b9e5751c7d760f7916f7154b66b771db3af6 /m4macros
parentdaa829f94497ce5c3f5f4ccd54f864c6e20218bc (diff)
downloadxfce4-dev-tools-2c4a8c918e785e7de319275f6d3d97843ea82cb0.tar.gz
2006-03-09 Benedikt Meurer <benny@xfce.org>
* m4macros/xdt-depends.m4: Apply Brian's patch to fix stupid typo in a variable name. Bug #1558. (Old svn revision: 20306)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/xdt-depends.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/xdt-depends.m4 b/m4macros/xdt-depends.m4
index a9101d7..85e6629 100644
--- a/m4macros/xdt-depends.m4
+++ b/m4macros/xdt-depends.m4
@@ -113,7 +113,7 @@ AC_DEFUN([XDT_CHECK_PACKAGE],
ifelse([$4], , , [$4])
elif $PKG_CONFIG --exists "$2" >/dev/null 2>&1; then
- xdg_cv_version=`$PKG_CONFIG --modversion "$2"`
+ xdt_cv_version=`$PKG_CONFIG --modversion "$2"`
AC_MSG_RESULT([found, but $xdt_cv_version])
ifelse([$5], ,