diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-14 12:13:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:32 -0500 |
commit | edb89a813fee6c594c86a6e151477c9a76aaac31 (patch) | |
tree | 7c4075a5babca90311189b74501ad88b92abacdf /source3 | |
parent | 2c425096732d6693b4388ad0167e566d8378ff79 (diff) | |
download | samba-edb89a813fee6c594c86a6e151477c9a76aaac31.tar.gz samba-edb89a813fee6c594c86a6e151477c9a76aaac31.tar.bz2 samba-edb89a813fee6c594c86a6e151477c9a76aaac31.zip |
r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)
(This used to be commit 78d49638e1984a8a44caadeeda2355351f5f4abb)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 85cc9aecb9..d0037f8947 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -759,7 +759,7 @@ CPPFLAGS="$old_CPPFLAGS" # subdirectory of headers. AC_CHECK_HEADERS(valgrind.h valgrind/valgrind.h valgrind/memcheck.h) -/* check for linux on amd64 since valgrind is not quite there yet */ +# check for linux on amd64 since valgrind is not quite there yet case "$host_os" in *linux*) case "$UNAME_P" in |