aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-03-07 18:48:25 +0000
committerBill Meier <wmeier@newsguy.com>2009-03-07 18:48:25 +0000
commita910aed3065da367be1a0b584ceedef9e012e176 (patch)
tree3b1fe6bc48f1b8e95e7c56c5c134fdab23d8a5a5 /config.nmake
parentc2e2fa98b57dedc75f9e67db43630245eb8fb791 (diff)
gettext library setup: Fix a bug and adjust config slightly for win32 so
gettext setup works the way I think was intended. svn path=/trunk/; revision=27644
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 212da70c01..4f2e8a7afc 100644
--- a/config.nmake
+++ b/config.nmake
@@ -318,7 +318,7 @@ PORTAUDIO_VERSION=19
#
#GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.14.5
GETTEXT_PKG=-runtime-0.17-1
-GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.17-1
+GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-runtime-0.17-1
#
# Optional: AirPcap developer's pack to capture wireless network traffic
# incl. 802.11 management frames.