Fix typo in configure

Superflous ] dropped
This commit is contained in:
Jonas Stein
2025-07-24 00:30:16 +02:00
parent 9a68c885f8
commit 1bb64e6408

View File

@@ -5,7 +5,7 @@ AC_INIT([stenc],[2.0.0])
AC_CONFIG_SRCDIR([src/main.cpp])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])]
AC_CONFIG_HEADERS([config.h])
AC_CHECK_HEADERS
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h])
# Checks for programs