[babl] Fix missing AC_MSG_RESULT



commit afc32d4b70cbd1311ab74f6fe2b3d393911fa0d6
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Sat Apr 6 02:13:11 2013 -0700

    Fix missing AC_MSG_RESULT

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 296ec27..2ddb3a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,7 +220,7 @@ esac
 # Check how to find plug-ins
 ############################
 
-AC_MSG_CHECKING([for some Win32 platform])
+AC_MSG_CHECKING([the extension for shared libraries])
 case "$target_or_host" in 
   hppa*-hpux*)                # HP/UX
     shrext=.sl
@@ -236,6 +236,7 @@ esac
 SHREXT=$shrext
 AC_SUBST(SHREXT)
 AC_DEFINE_UNQUOTED(SHREXT,     "$shrext",     [File extension for shared libraries])
+AC_MSG_RESULT([$shrext])
 
 dnl ===========================================================================
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]