[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-fixes, updated. 442e607aae99a9a645abdc0d5ee148fe785a5288

Jörg Sommer joerg at alea.gnuu.de
Mon May 26 20:15:54 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit 442e607aae99a9a645abdc0d5ee148fe785a5288
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Mon May 26 22:14:50 2008 +0200

    Add missing X in JD_CHECK_FOR_LIBRARY

diff --git a/autoconf/aclocal.m4 b/autoconf/aclocal.m4
index 941c962..bb6e304 100644
--- a/autoconf/aclocal.m4
+++ b/autoconf/aclocal.m4
@@ -890,7 +890,7 @@ AC_DEFUN(JD_CHECK_FOR_LIBRARY, dnl#{{{
     fi
   fi
 
-  if test X"jd_$1_include_dir" != X -a "$jd_$1_library_dir" != X
+  if test X"jd_$1_include_dir" != X -a X"$jd_$1_library_dir" != X
   then
     AC_MSG_RESULT(yes: $jd_$1_library_dir and $jd_$1_include_dir)
     jd_with_$1_library="yes"

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list