2f5c3b659d
- Pass maintainership to submitter PR: ports/105179 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Sponsored by: FreeBSD Bug-a-thon #2
18 lines
436 B
Text
18 lines
436 B
Text
--- configure.orig Sun Nov 5 17:53:42 2006
|
|
+++ configure Sun Nov 5 18:02:59 2006
|
|
@@ -16231,6 +16231,15 @@
|
|
|
|
|
|
|
|
+ if test $ac_use_included_regex = yes; then
|
|
+ case $LIBOBJS in
|
|
+ "regex.$ac_objext" | \
|
|
+ *" regex.$ac_objext" | \
|
|
+ "regex.$ac_objext "* | \
|
|
+ *" regex.$ac_objext "* ) ;;
|
|
+ *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
|
|
+ esac
|
|
+ fi
|
|
|
|
|
|
{ echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5
|