remove some leftover debug code

This commit is contained in:
Daniel Stenberg 2008-08-25 12:50:02 +00:00
parent 3f3d6ebe66
commit d7d5618498
1 changed files with 1 additions and 1 deletions

View File

@ -2508,7 +2508,7 @@ AC_HELP_STRING([--disable-soname-bump],[Disable enforced SONAME bump]),
soname_bump=yes soname_bump=yes
;; ;;
*) *)
AC_MSG_RESULT(nope: $enableval) AC_MSG_RESULT(no)
;; ;;
esac ], esac ],
AC_MSG_RESULT($soname_bump) AC_MSG_RESULT($soname_bump)