diff options
author | Darrell Anderson <[email protected]> | 2012-04-03 19:14:45 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-03 19:14:45 -0500 |
commit | 2d75f12d50a292b836229ae0156d36ed064732ff (patch) | |
tree | fa14e2e9e3629ef87dd1943935cd17d52a5378e6 /configure.in | |
parent | efde6391f8740c0ff18254d479ba64e468503c49 (diff) | |
download | ksystemlog-2d75f12d50a292b836229ae0156d36ed064732ff.tar.gz ksystemlog-2d75f12d50a292b836229ae0156d36ed064732ff.zip |
Fix bug with configuring boot.log.
Fixed Cron and Mail text strings for consistency.
Fixed configuration dialog width to eliminate scrolling.
This partially resolves bug report 336.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e6480f4..316673f 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,7 @@ AC_CONFIG_FILES([ ksystemlog/src/cron/Makefile ]) AC_CONFIG_FILES([ ksystemlog/src/cups/Makefile ]) AC_CONFIG_FILES([ ksystemlog/src/daemon/Makefile ]) AC_CONFIG_FILES([ ksystemlog/src/kernel/Makefile ]) -AC_CONFIG_FILES([ ksystemlog/src/postfix/Makefile ]) +AC_CONFIG_FILES([ ksystemlog/src/mail/Makefile ]) AC_CONFIG_FILES([ ksystemlog/src/samba/Makefile ]) AC_CONFIG_FILES([ ksystemlog/src/system/Makefile ]) AC_CONFIG_FILES([ ksystemlog/src/xorg/Makefile ]) |