diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-14 00:54:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-14 00:54:00 +0000 |
commit | b9419dd224b83893a4a88f7fd34c0b7ed630b451 (patch) | |
tree | 255101f3047179b5293612ae4b2f95069dc72b1b /gas/configure.in | |
parent | 39836432f8cf5a210f3ec4d577f7b4cadcf283ac (diff) | |
download | gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.zip gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.tar.gz gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.tar.bz2 |
Do unlink/delete test properly.
Replace HO_VMS tests with VMS.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/configure.in b/gas/configure.in index 7bc93f7..5244e61 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -309,9 +309,7 @@ AC_FUNC_ALLOCA AC_C_INLINE # VMS needs this. -AC_CHECK_FUNC(unlink,, - AC_CHECK_FUNC(delete,AC_DEFINE(USE_DELETE_FOR_UNLINK), - AC_MSG_ERROR(No unlink or delete function available on this system.))) +AC_CHECK_FUNCS(unlink delete, break) # Some non-ANSI preprocessors botch requoting inside strings. That's bad # enough, but on some of those systems, the assert macro relies on requoting |