Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
730e25bf
Commit
730e25bf
authored
Sep 04, 2009
by
Mark Andrews
Browse files
'test' uses '=' not '=='
parent
7b1894be
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
730e25bf
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: configure,v 1.46
2
2009/09/0
1 18
:4
1
:0
5 jinmei
Exp $
# $Id: configure,v 1.46
3
2009/09/0
4 00
:4
6
:0
9 marka
Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
...
...
@@ -26000,7 +26000,7 @@ fi
case $want_symtable in
yes|all|minimal)
if test "$PERL" =
=
""
if test "$PERL" = ""
then
{ { echo "$as_me:$LINENO: error: Internal symbol table requires perl but no perl is found.
Install perl or explicitly disable the feature by --disable-symtable." >&5
configure.in
View file @
730e25bf
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.47
6
$)
AC_REVISION($Revision: 1.47
7
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
...
...
@@ -1335,7 +1335,7 @@ AC_ARG_ENABLE(symtable,
case $want_symtable in
yes|all|minimal)
if test "$PERL" =
=
""
if test "$PERL" = ""
then
AC_MSG_ERROR([Internal symbol table requires perl but no perl is found.
Install perl or explicitly disable the feature by --disable-symtable.])
...
...
Write
Preview
Markdown
is supported
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