AX_SUBMODULE: mention default type of library to use
authorSven Verdoolaege <skimo@purples.(none)>
Sat, 5 Sep 2009 13:02:29 +0000 (15:02 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 15:53:52 +0000 (17:53 +0200)
m4/ax_submodule.m4

index cfb4414..272fa59 100644 (file)
@@ -3,7 +3,7 @@ AC_DEFUN([AX_SUBMODULE],
 
 AC_ARG_WITH($1,
        [AS_HELP_STRING([--with-$1=$2],
-                       [Which $1 to use])])
+                       [Which $1 to use [default=$3]])])
 case "system" in
 $2)
        AC_ARG_WITH($1_prefix,