Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176213 | Differences between
and this patch

Collapse All | Expand All

(-)sflowtool-3.10/configure.orig (-2 / +10 lines)
Lines 580-585 Link Here
580
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
580
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
581
    verbose=yes ;;
581
    verbose=yes ;;
582
582
583
  --with-mysql)
584
    WITH_MYSQL=1 ;;
585
583
  -version | --version | --versio | --versi | --vers | -V)
586
  -version | --version | --versio | --versi | --vers | -V)
584
    ac_init_version=: ;;
587
    ac_init_version=: ;;
585
588
Lines 1268-1274 Link Here
1268
1271
1269
1272
1270
PACKAGE=sflowtool
1273
PACKAGE=sflowtool
1271
VERSION=3.10
1274
VERSION=3.10-r1
1272
am__api_version="1.6"
1275
am__api_version="1.6"
1273
ac_aux_dir=
1276
ac_aux_dir=
1274
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1277
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
Lines 4238-4244 Link Here
4238
}'
4241
}'
4239
fi
4242
fi
4240
4243
4241
DEFS=-DHAVE_CONFIG_H
4244
if test -n "$WITH_MYSQL"; then
4245
 DEFS="-DHAVE_CONFIG_H -DHAVE_LIBMYSQLCLIENT=1 -DWITH_MYSQL=1";
4246
 LIBS="-lmysqlclient";
4247
else
4248
 DEFS="-DHAVE_CONFIG_H";
4249
fi 
4242
4250
4243
ac_libobjs=
4251
ac_libobjs=
4244
ac_ltlibobjs=
4252
ac_ltlibobjs=

Return to bug 176213