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
Stefan Strogin
flac
Commits
3ca49da9
Commit
3ca49da9
authored
Sep 28, 2004
by
Josh Coalson
Browse files
move AC_GNU_SOURCE higher up as required
parent
d77805f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
3ca49da9
...
...
@@ -21,6 +21,9 @@
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 1.1.1)
dnl In order to have access to any available wcsdup() and wcscasecmp()
AC_GNU_SOURCE
# Don't automagically regenerate autoconf/automake generated files unless
# explicitly requested. Eases autobuilding -mdz
AM_MAINTAINER_MODE
...
...
@@ -36,9 +39,6 @@ AM_PROG_AS
AC_PROG_CXX
AC_PROG_MAKE_SET
dnl In order to have access to any available wcsdup() and wcscasecmp()
AC_GNU_SOURCE
dnl check for getopt in standard library
dnl AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] )
AC_CHECK_FUNCS(getopt_long, [], [])
...
...
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