From 8426de51d7b84b3c9c27bbd15273fec540ed7f62 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 21 Feb 2012 18:22:28 +0100 Subject: [PATCH] Fix small typos in configure.ac. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 616b6e0..f636e80 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)" LIBS="$LIBS $($OBJFW_CONFIG --libs)" AC_ARG_ENABLE(shared, - AS_HELP_STRING([--disabel-shared], [do not build shared library])) + AS_HELP_STRING([--disable-shared], [do not build shared library])) AS_IF([test x"$enable_shared" != x"no"], [ BUILDSYS_SHARED_LIB AC_SUBST(OBJXMPP_SHARED_LIB, "${LIB_PREFIX}objxmpp${LIB_SUFFIX}") @@ -100,7 +100,7 @@ BUILDSYS_INIT BUILDSYS_TOUCH_DEPS dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP -dnl and add OBJCPPA.FLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself +dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself. AC_SUBST(CPP) AC_SUBST(CPPFLAGS)