diff options
author | phintuka <phintuka> | 2011-03-05 12:56:00 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-03-05 12:56:00 +0000 |
commit | a32c4539f562e6dff847001c0fff8bfdab7f2feb (patch) | |
tree | 7e882b3117b8d3994118433f99a1c82ef62a1967 | |
parent | 343b6c405c9ed6a187d80f3d4a791db71213df14 (diff) | |
download | xineliboutput-a32c4539f562e6dff847001c0fff8bfdab7f2feb.tar.gz xineliboutput-a32c4539f562e6dff847001c0fff8bfdab7f2feb.tar.bz2 |
Fixed comment
(patch #3197559, Thanks to Ville Skyttä)
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.32 2011-02-28 12:35:18 phintuka Exp $ +# * $Id: configure,v 1.33 2011-03-05 12:56:00 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -431,7 +431,7 @@ echo "" >> $header echo "#endif /* XINELIBOUTPUT_FEATURES_H */" >> $header # -# create features.mak +# create config.mak # log "Creating $makefile ..." |