Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
asn1c
Commits
fbf1d281
Commit
fbf1d281
authored
17 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
do not include iberty if getopt is available by default. hurts CYGWIN
parent
8bb57a29
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.h.in
+0
-3
0 additions, 3 deletions
config.h.in
configure
+2947
-3631
2947 additions, 3631 deletions
configure
configure.in
+1
-1
1 addition, 1 deletion
configure.in
with
2948 additions
and
3635 deletions
config.h.in
+
0
−
3
View file @
fbf1d281
...
...
@@ -6,9 +6,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `iberty' library (-liberty). */
#undef HAVE_LIBIBERTY
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
...
...
This diff is collapsed.
Click to expand it.
configure
+
2947
−
3631
View file @
fbf1d281
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
fbf1d281
...
...
@@ -80,7 +80,7 @@ AC_CHECK_FUNCS(mergesort)
AC_CHECK_FUNCS(mkstemps)
dnl For mingw
AC_
CHECK_LIB(iberty, getopt
)
AC_
SEARCH_LIBS(getopt, iberty
)
AM_CONFIG_HEADER(config.h)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment