Skip to content
GitLab
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
00751e88
Commit
00751e88
authored
Apr 04, 2000
by
David Lawrence
Browse files
do not set STD_* to the empty string
parent
2d1f3455
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
00751e88
This diff is collapsed.
Click to expand it.
configure.in
View file @
00751e88
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.10
8
$)
AC_REVISION($Revision: 1.10
9
$)
AC_PREREQ(2.13)
...
...
@@ -26,9 +26,6 @@ AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_INSTALL
STD_CINCLUDES=""
STD_CDEFINES=""
STD_CWARNINGS=""
AC_SUBST(STD_CINCLUDES)
AC_SUBST(STD_CDEFINES)
AC_SUBST(STD_CWARNINGS)
...
...
@@ -192,8 +189,8 @@ case "$host" in
lib1="-L$pkg/lib -Wl,-R$pkg/lib"
lib2="-lpthread -lm -lgcc -lpthread"
LIBS="$lib1 $lib2 $LIBS"
CPPFLAGS="-I$pkg/include
$CPPFLAGS
"
STD_CINCLUDES="-I$pkg/include"
CPPFLAGS="
$CPPFLAGS
-I$pkg/include"
STD_CINCLUDES="
$STD_CINCLUDES
-I$pkg/include"
;;
no+yes)
AC_MSG_RESULT(PTL2)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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