aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-07 02:29:21 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-07 02:29:21 +0000
commitfe096db6d142dd8bf5c228f6c1fc4aa01378c432 (patch)
treee203860f4478121862478d944b381faadedd28e9 /specgen.sh
parent2a599f429e72cfc1351bcf68e88aa589a8d0e667 (diff)
downloadfetchmail-fe096db6d142dd8bf5c228f6c1fc4aa01378c432.tar.gz
fetchmail-fe096db6d142dd8bf5c228f6c1fc4aa01378c432.tar.bz2
fetchmail-fe096db6d142dd8bf5c228f6c1fc4aa01378c432.zip
Fix a typo.
svn path=/trunk/; revision=2806
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 08c27b11..6d26de76 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -117,7 +117,7 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
CFLAGS="\$RPM_OPT_FLAGS" LDFLAGS="-s"
export CFLAGS LDFLAGS
-./configure -prefix=/usr # Add --enable-nls --without-included-gettext
+./configure --prefix=/usr # Add --enable-nls --without-included-gettext
# for internationalization. Also look below.
make