diff options
author | Björn Esser <besser82@fedoraproject.org> | 2018-10-21 12:53:13 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2018-10-21 15:50:07 +0200 |
commit | d32b170da3d4b65e9b23bb1c9a50e027ec090c5a (patch) | |
tree | 145facfe8d7a2d5c7263c5cdc8ee0757c3b8a4c5 /configure.ac | |
parent | 9787b0be83a077c8c1a4e9b460b6b6e3698002d4 (diff) | |
download | libxcrypt-d32b170da3d4b65e9b23bb1c9a50e027ec090c5a.tar.gz libxcrypt-d32b170da3d4b65e9b23bb1c9a50e027ec090c5a.tar.bz2 libxcrypt-d32b170da3d4b65e9b23bb1c9a50e027ec090c5a.zip |
Include crypt.h from crypt-port.h.
Since we have a guaranteed way to make sure all generated header
files are always present before any object file is compiled, we
can drop crypt-base.h and include the local version of crypt.h
through crypt-port.h.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3ba313c..5da8aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_CONFIG_SRCDIR([crypt.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile + crypt.h.in libxcrypt.pc - crypt-base.h ]) AM_INIT_AUTOMAKE |