From 9f2723badfa0b3db96c88ce483c9b4cdd9d1b5ac Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 18 Sep 2002 16:37:42 +0000 Subject: [PATCH] - fixed AC_DEFINE (added description for autoheader). - added utils/alsa.pc as output. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 50c00d1d..35bffd48 100644 --- a/configure.in +++ b/configure.in @@ -115,7 +115,7 @@ AC_ARG_WITH(versioned, [ --with-versioned=yes,no shared library will (not) be compiled with versioned symbols], versioned="$withval", versioned="yes") if test "$versioned" = "yes"; then - AC_DEFINE(VERSIONED_SYMBOLS) + AC_DEFINE(VERSIONED_SYMBOLS,,[compiled with versioned symbols]) AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) @@ -196,4 +196,4 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile src/Makef src/compat/Makefile src/conf/Makefile \ src/conf/cards/Makefile src/conf/pcm/Makefile \ aserver/Makefile test/Makefile utils/Makefile \ - utils/alsa-lib.spec) + utils/alsa-lib.spec utils/alsa.pc) -- 2.47.1