diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-25 12:50:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-25 12:50:02 +0000 |
commit | d7d5618498ccf2a3acf7c92b3c83af9541529bd5 (patch) | |
tree | 5a6351ffde47ef6101abf0be615b2c7611ea07b8 | |
parent | 3f3d6ebe665f32f3fe6c3c49df86bdffd223090c (diff) |
remove some leftover debug code
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dc541987f..c9e4f3388 100644 --- a/configure.ac +++ b/configure.ac @@ -2508,7 +2508,7 @@ AC_HELP_STRING([--disable-soname-bump],[Disable enforced SONAME bump]), soname_bump=yes ;; *) - AC_MSG_RESULT(nope: $enableval) + AC_MSG_RESULT(no) ;; esac ], AC_MSG_RESULT($soname_bump) |