Clean up comments.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 7 Jul 2013 21:38:04 +0000 (21:38 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 7 Jul 2013 21:38:04 +0000 (21:38 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50440 f5534014-38df-0310-8fa8-9805f1628bb7

configure.ac

index c6d0fb1773859fae6a1e90fbf1c68da38856d5a4..2cd5cdd977bf7f6e5a9726f636e2479eea5b06a2 100644 (file)
@@ -260,9 +260,14 @@ AM_CONDITIONAL(HAVE_DOXYGEN, test x$HAVE_DOXYGEN = xyes)
 PKG_PROG_PKG_CONFIG
 
 #
-# Check for an OS X deployment target early, so that as many
-# tests using the compiler are done using the flags that
-# we'll be using when building.
+# Let the user specify an OS X release to use as a deplayment target;
+# if they specify that we should have a deployment target but don't
+# specify the deployment target, pick the OS version on which the build
+# is being done.  This also causes the build to be done against an SDK
+# rather than against the headers and libraries in /usr/include and /usr/lib.
+#
+# Check for an OS X deployment target early, so that as many tests using
+# the compiler are done using the flags that we'll be using when building.
 #
 case "$host_os" in
 darwin*)
@@ -793,13 +798,6 @@ bar(void)
 # open-source application in favor of various frameworks that are
 # OS X-only.
 #
-# Also, let the user to specify an OS X release to use as a deplayment
-# target; if they specify that we should have a deployment target but
-# don't specify the deployment target, pick the OS version on which
-# the build is being done.  This also causes the build to be done
-# against an SDK rather than against the headers and libraries in
-# /usr/include and /usr/lib.
-#
 case "$host_os" in
 darwin*)
        AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wno-deprecated-declarations)