Skip to content

Commit

Permalink
Fix a dump typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis committed May 4, 2015
1 parent 44761ee commit d1f9679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/pdns_check_readline.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_DEFUN([PDNS_CHECK_READLINE], [
OLD_LIBS="$LIBS"
$LIBS=""
LIBS=""
AX_LIB_READLINE
AC_SUBST([READLINE_LIBS], [$LIBS])
LIBS="$OLDLIBS"
Expand Down

0 comments on commit d1f9679

Please sign in to comment.