mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
the ; is superflicious
This commit is contained in:
parent
adbf932744
commit
3843821d11
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ dnl
|
|||
AC_DEFUN(AC_MSQL_VERSION,[
|
||||
AC_MSG_CHECKING([mSQL version])
|
||||
ac_php_oldcflags=$CFLAGS
|
||||
CFLAGS="$INCLUDES $CFLAGS";
|
||||
CFLAGS="$INCLUDES $CFLAGS"
|
||||
AC_TRY_COMPILE([#include <sys/types.h>
|
||||
#include "msql.h"],[int i = IDX_TYPE],[
|
||||
AC_DEFINE(MSQL1,0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue