Skip to content

Commit

Permalink
Update to configure.ac, removed AC_HEADER_STDC.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Jun 3, 2024
1 parent 737c16a commit 17faa04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.

AC_INIT(RtAudio, 6.0.1, [email protected], rtaudio)
AC_INIT([RtAudio],[6.0.1],[[email protected]],[rtaudio])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(RtAudio.cpp)
AC_CONFIG_FILES([rtaudio.pc Makefile tests/Makefile doc/Makefile doc/Doxyfile])
Expand Down Expand Up @@ -91,7 +91,6 @@ LT_INIT([win32-dll])
AC_CONFIG_MACRO_DIR([m4])

# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(sys/ioctl.h unistd.h)

# Check compiler and use -Wall if gnu
Expand Down

0 comments on commit 17faa04

Please sign in to comment.