summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-16 08:02:35 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-16 08:02:35 +0000
commit931acaff3ec9231865a826bf8b0da281479d85fa (patch)
tree65c3d7deeef5a46e175ec47634061cec4d2dc400 /acinclude.m4
parentf31c9b89671b8880c906609327d027a0b9b4cac4 (diff)
downloadwireshark-931acaff3ec9231865a826bf8b0da281479d85fa.tar.gz
Fix some comments and some indentation.
svn path=/trunk/; revision=41596
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m417
1 files changed, 8 insertions, 9 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 2d1df93a59..45cbc1dfbb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -892,15 +892,14 @@ AC_DEFUN([AC_WIRESHARK_LIBLUA_CHECK],[
AC_CHECK_LIB(lua, luaL_register,
[
- #
- # Lua 5.1 found
- #
+ #
+ # Lua 5.1 found
+ #
if test "x$lua_dir" != "x"
then
#
- # Put the "-I" and "-L" flags for lua at
- # the beginning of CFLAGS, CPPFLAGS,
- # LDFLAGS, and LIBS.
+ # Put the "-I" and "-L" flags for lua into
+ # LUA_INCLUDES and LUA_LIBS, respectively.
#
LUA_LIBS="-L$lua_dir/lib -llua -lm"
LUA_INCLUDES="-I$lua_dir/include"
@@ -1053,9 +1052,9 @@ AC_DEFUN([AC_WIRESHARK_LIBPORTAUDIO_CHECK],[
if test "x$portaudio_dir" != "x"
then
#
- # Put the "-I" and "-L" flags for portaudio at
- # the beginning of CFLAGS, CPPFLAGS,
- # LDFLAGS, and LIBS.
+ # Put the "-I" and "-L" flags for portaudio
+ # into PORTAUDIO_INCLUDES and PORTAUDIO_LIBS,
+ # respectively.
#
PORTAUDIO_LIBS="-L$portaudio_dir/lib -lportaudio"
PORTAUDIO_INCLUDES="-I$portaudio_dir/include"