Skip to content

Commit 9b7d186

Browse files
committed
Drop no longer used Autoheader macros
1 parent 2b77240 commit 9b7d186

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ AC_INIT([libsecp256k1],m4_join([.], _PKG_VERSION_MAJOR, _PKG_VERSION_MINOR, _PKG
2222
AC_CONFIG_AUX_DIR([build-aux])
2323
AC_CONFIG_MACRO_DIR([build-aux/m4])
2424
AC_CANONICAL_HOST
25-
AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
26-
AH_TOP([#define LIBSECP256K1_CONFIG_H])
27-
AH_BOTTOM([#endif /*LIBSECP256K1_CONFIG_H*/])
2825

2926
# Require Automake 1.11.2 for AM_PROG_AR
3027
AM_INIT_AUTOMAKE([1.11.2 foreign subdir-objects])

0 commit comments

Comments
 (0)