diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-06 22:55:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-06 22:56:25 +0000 |
commit | 18bdacd6ec50ce381ac2bc69ff4bb5e36d019e94 (patch) | |
tree | b20ff435743db1bdf1d4fd47c25f0bd1063a9e0f /configure.com | |
parent | 099c20a12aff17fe259c465c73c75e7eaa5b356f (diff) | |
download | perl-18bdacd6ec50ce381ac2bc69ff4bb5e36d019e94.tar.gz |
Rename ext/Sys/Syslog to ext/Sys-Syslog
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 240a7badb3..3f3909cbc7 100644 --- a/configure.com +++ b/configure.com @@ -2748,7 +2748,7 @@ $ dflt = dflt - "GDBM_File" ! needs porting/special library $ dflt = dflt - "IPC-SysV" ! needs to be ported $ dflt = dflt - "NDBM_File" ! needs porting/special library $ dflt = dflt - "ODBM_File" ! needs porting/special library -$ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG" +$ dflt = dflt - "Sys-Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG" $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets $ THEN $ dflt = dflt - "Socket" ! optional on VMS |