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
5080f1b2
Commit
5080f1b2
authored
Aug 03, 2000
by
Michael Graff
Browse files
use double, not single quote
parent
e8892697
Changes
2
Show whitespace changes
Inline
Side-by-side
configure
View file @
5080f1b2
...
...
@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# From configure.in Revision: 1.17
2
# From configure.in Revision: 1.17
3
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
## Copyright (C) 1996-1999 Free Software Foundation, Inc.
...
...
@@ -1204,7 +1204,7 @@ if test "X$openssl" = "X" ; then
else
DST_PRIVATEOPENSSL
=
''
dst_privateopenssl
=
''
DST_OPENSSL_INC
=
'
-I$openssl/include
'
DST_OPENSSL_INC
=
"
-I
$openssl
/include
"
DNS_OPENSSL_LIBS
=
"-L
$openssl
/lib -lssl -lcrypto"
DST_OPENSSL_LIB
=
''
echo
"
$ac_t
""using openssl from
$openssl
/lib and
$openssl
/include"
1>&6
...
...
configure.in
View file @
5080f1b2
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.17
2
$)
AC_REVISION($Revision: 1.17
3
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
...
...
@@ -201,7 +201,7 @@ if test "X$openssl" = "X" ; then
else
DST_PRIVATEOPENSSL=''
dst_privateopenssl=''
DST_OPENSSL_INC=
'
-I$openssl/include
'
DST_OPENSSL_INC=
"
-I$openssl/include
"
DNS_OPENSSL_LIBS="-L$openssl/lib -lssl -lcrypto"
DST_OPENSSL_LIB=''
AC_MSG_RESULT(using openssl from $openssl/lib and $openssl/include)
...
...
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