Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b4ec020a
Commit
b4ec020a
authored
May 23, 2001
by
Brian Wellington
Browse files
fix a quoting problem
parent
3dd53ffb
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
b4ec020a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.in
View file @
b4ec020a
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.25
6
$)
AC_REVISION($Revision: 1.25
7
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
...
...
@@ -1446,7 +1446,7 @@ do
break
fi
done
if test "X$1" = "X"
if test "X
[$]
$1" = "X"
then
AC_MSG_RESULT("not found");
$1=$2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment