File: config.m4

package info (click to toggle)
php-uploadprogress 1.0.3.1-4-g95d8a0f-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 60
  • sloc: ansic: 427; php: 65; xml: 65; makefile: 1
file content (16 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dnl
dnl $ Id: $
dnl

PHP_ARG_ENABLE(uploadprogress, whether to enable uploadprogress functions,
[  --enable-uploadprogress         Disable uploadprogress support])

if test "$PHP_UPLOADPROGRESS" != "no"; then


  PHP_SUBST(UPLOADPROGRESS_SHARED_LIBADD)
  AC_DEFINE(HAVE_UPLOADPROGRESS, 1, [ ])
  PHP_NEW_EXTENSION(uploadprogress, uploadprogress.c , $ext_shared)

fi