changeset 2435:3331b5399731

Add missing 'fi'. 2011-05-25 Andrew John Hughes <ahughes@redhat.com> * acinclude.m4: (IT_FIND_JAVAH): Add 'fi' missed in merge.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 25 May 2011 13:19:52 +0100
parents ee016b0bca71
children 43c6c4a00875
files ChangeLog acinclude.m4
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 25 02:20:29 2011 +0100
+++ b/ChangeLog	Wed May 25 13:19:52 2011 +0100
@@ -1,3 +1,8 @@
+2011-05-25  Andrew John Hughes  <ahughes@redhat.com>
+
+	* acinclude.m4:
+	(IT_FIND_JAVAH): Add 'fi' missed in merge.
+
 2011-05-25  Andrew John Hughes  <ahughes@redhat.com>
 
 	* acinclude.m4:
--- a/acinclude.m4	Wed May 25 02:20:29 2011 +0100
+++ b/acinclude.m4	Wed May 25 13:19:52 2011 +0100
@@ -393,6 +393,7 @@
     if test -z "${JAVAH}"; then
       AC_MSG_ERROR("A Java header generator was not found.")
     fi
+  fi
   AC_SUBST(JAVAH)
 ])