diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-05 21:22:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:22 -0500 |
commit | be468be416f8cd69b460917f4b5e2a2738a4dd72 (patch) | |
tree | 43e3583262b4fdbe3061e684caaa27f37daf7358 | |
parent | f8b04830d7f589d115d24049d53b4a9d2d83fd4b (diff) | |
download | samba-be468be416f8cd69b460917f4b5e2a2738a4dd72.tar.gz samba-be468be416f8cd69b460917f4b5e2a2738a4dd72.tar.bz2 samba-be468be416f8cd69b460917f4b5e2a2738a4dd72.zip |
r9141: fix up output massage
metze
(This used to be commit cc2ccf5314aeb9174962c84b90277d4c33978b5e)
-rw-r--r-- | source4/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in index 1931b4fae8..1a009a604c 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -83,7 +83,7 @@ dnl Remove -I/usr/include/? from CFLAGS and CPPFLAGS CFLAGS_REMOVE_USR_INCLUDE(CFLAGS) CFLAGS_REMOVE_USR_INCLUDE(CPPFLAGS) -echo "configure: creating config.pl" +echo "configure: creating config.pm" cat >config.pm<<CEOF # config.pm - Autogenerate by configure. DO NOT EDIT! |