diff options
author | Dave Love <fx@gnu.org> | 2000-02-12 16:21:43 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-02-12 16:21:43 +0000 |
commit | 79e12078851ae92684f019fe85005ca665a00bff (patch) | |
tree | bf4578bb278563c7a1cc8d94c0247fee2d704256 /configure.in | |
parent | eedf8bde8e2dca096a9f23557b2a739f7c64379e (diff) | |
download | emacs-79e12078851ae92684f019fe85005ca665a00bff.tar.gz |
Use AC_FUNC_VFORK.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f7f2f053731..aa729f8342f 100644 --- a/configure.in +++ b/configure.in @@ -1946,6 +1946,8 @@ else AC_MSG_RESULT(no) fi +AC_FUNC_VFORK + # Set up the CFLAGS for real compilation, so we can substitute it. CFLAGS="$REAL_CFLAGS" |