comparison configure.ac @ 1879:81cdc01db60e

Update buildsys (adds ${PROG_SUFFIX}).
author Jonathan Schleifer <js@h3c.de>
date Wed, 26 Sep 2007 03:05:48 +0200
parents 0e92506c1805
children 353787f211ec 81b524aa7fcd
comparison
equal deleted inserted replaced
1878:685ac933ef8f 1879:81cdc01db60e
182 AC_SUBST(USE_CHARDET) 182 AC_SUBST(USE_CHARDET)
183 183
184 dnl plugin stuff 184 dnl plugin stuff
185 dnl ======================== 185 dnl ========================
186 186
187 AM_SHARED_LIB 187 BUILDSYS_SHARED_LIB
188 188
189 dnl Ok, first we find out what flags we need to use. 189 dnl Ok, first we find out what flags we need to use.
190 AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) 190 AC_MSG_CHECKING([for what extension and flags to use for plugin compilation])
191 case "$target" in 191 case "$target" in
192 *-apple-*) 192 *-apple-*)